From eba096682dab0de24aed179183fa46503a325a0f Mon Sep 17 00:00:00 2001 From: William Bruneau Date: Thu, 20 Jul 2017 13:58:30 +0200 Subject: Fix typo in /test/core/asmblock.py --- test/core/asmblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/asmblock.py') diff --git a/test/core/asmblock.py b/test/core/asmblock.py index 79bf47be..d12cd510 100644 --- a/test/core/asmblock.py +++ b/test/core/asmblock.py @@ -74,7 +74,7 @@ assert len(first_block.bto) == 1 assert list(first_block.bto)[0].c_t == AsmConstraint.c_next ## Simplify the obtained graph to keep only blocks which reach a block -## finnishing with RET +## finishing with RET def remove_useless_blocks(d_g, graph): """Remove leaves without a RET""" -- cgit 1.4.1