about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-12-12 14:35:24 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-12-12 14:35:24 +0100
commitb32eb145fce7dd09bef025a9f82b2507bd4e02ee (patch)
tree2c65f005adb7830853664451aed3f2cd05a9be73 /example/expression/graph_dataflow.py
parent635f372fa846b28252ab86b344a2565f51e2302c (diff)
parentd95af9858230c41449d6fd487a93bdc337780ea7 (diff)
downloadmiasm-b32eb145fce7dd09bef025a9f82b2507bd4e02ee.tar.gz
miasm-b32eb145fce7dd09bef025a9f82b2507bd4e02ee.zip
Merge pull request #290 from commial/refactor-ira
Refactor ira
Diffstat (limited to 'example/expression/graph_dataflow.py')
-rw-r--r--example/expression/graph_dataflow.py1
1 files changed, 0 insertions, 1 deletions
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