From 390d5d27d4de6b7c9cb06b957a483bb2ab69f241 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Jul 2022 21:03:29 -0400 Subject: Merge variables API/UI, variable liveness API for determining soundness of variable merges --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') 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(); -- cgit v1.3.1