diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-07-07 21:03:29 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-08-10 15:17:53 -0400 |
| commit | 390d5d27d4de6b7c9cb06b957a483bb2ab69f241 (patch) | |
| tree | 556133db637166968a77d68daf7ff2160df79b40 /ui/flowgraphwidget.h | |
| parent | 4037000b6cb8a184ad098d0eff397518d7fe55b9 (diff) | |
Merge variables API/UI, variable liveness API for determining soundness of variable merges
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index f6a38a85..f4751dea 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -338,6 +338,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : void tagAddress(); void tagAddressAccepted(TagTypeRef tt); void manageAddressTags(); + void mergeVariables(); void convertToNop(); void alwaysBranch(); |
