about summary refs log tree commit diff stats
path: root/test/ir/reduce_graph.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-07-09 14:20:28 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-07-10 14:57:24 +0200
commitf08ef523e0a30f89c5e05c894541d180e871fd1c (patch)
tree00f29558bdcee14fa475ecf17d7badd45f029de4 /test/ir/reduce_graph.py
parent7479f169ac9ae1546e4f77f581563e12a1690336 (diff)
downloadmiasm-f08ef523e0a30f89c5e05c894541d180e871fd1c.tar.gz
miasm-f08ef523e0a30f89c5e05c894541d180e871fd1c.zip
IR: rename DiGraphIR=>IRCFG
Diffstat (limited to 'test/ir/reduce_graph.py')
-rw-r--r--test/ir/reduce_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ir/reduce_graph.py b/test/ir/reduce_graph.py
index c9db1002..d8b78c90 100644
--- a/test/ir/reduce_graph.py
+++ b/test/ir/reduce_graph.py
@@ -6,7 +6,7 @@ from miasm2.expression.expression import ExprId, ExprInt, ExprAff, ExprCond, \
 
 from miasm2.core.locationdb import LocationDB
 from miasm2.ir.analysis import ira
-from miasm2.ir.ir import IRBlock, AssignBlock, DiGraphIR
+from miasm2.ir.ir import IRBlock, AssignBlock, IRCFG
 from miasm2.analysis.data_flow import merge_blocks
 
 loc_db = LocationDB()