about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/expression/get_read_write.py')
-rw-r--r--example/expression/get_read_write.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/expression/get_read_write.py b/example/expression/get_read_write.py
index faa3f9df..f0f48015 100644
--- a/example/expression/get_read_write.py
+++ b/example/expression/get_read_write.py
@@ -23,4 +23,4 @@ for lbl, b in ir_arch.blocs.items():
         print
 ir_arch.gen_graph()
 g = ir_arch.graph()
-open('graph_instr.txt', 'w').write(g)
+open('graph_instr.dot', 'w').write(g)