From 308a634b7c2c20692e85f5b72178e00d072b7bcd Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 4 Dec 2015 18:46:48 +0100 Subject: IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph` --- example/expression/graph_dataflow.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example/expression/graph_dataflow.py') diff --git a/example/expression/graph_dataflow.py b/example/expression/graph_dataflow.py index e263a40e..64801e52 100644 --- a/example/expression/graph_dataflow.py +++ b/example/expression/graph_dataflow.py @@ -114,7 +114,6 @@ def gen_bloc_data_flow_graph(ir_arch, ad, block_flow_cb): for irbloc in ir_arch.blocs.values(): print irbloc - ir_arch.gen_graph() ir_arch.dead_simp() irbloc_0 = None -- cgit 1.4.1