From eca476334f93f023e57048453eb9ec4ee4fab9d2 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 8 Feb 2018 17:02:35 +0100 Subject: IRBlock: replace irs by assignblks --- test/analysis/data_flow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/analysis/data_flow.py') diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index 2c24773a..207e13ff 100644 --- a/test/analysis/data_flow.py +++ b/test/analysis/data_flow.py @@ -635,7 +635,7 @@ G17_EXP_IRB0 = gen_irblock(LBL0, [[], ExprAff(b, a), ExprAff(c, b)], - G17_IRB0.irs[14] + G17_IRB0.assignblks[14] # Trick because a+b+c != ((a+b)+c) ]) @@ -684,4 +684,4 @@ for test_nb, test in enumerate([(G1_IRA, G1_EXP_IRA), # Check that each expr in the blocks are the same for lbl, irb in g_ira.blocks.iteritems(): exp_irb = g_exp_ira.blocks[lbl] - assert exp_irb.irs == irb.irs + assert exp_irb.assignblks == irb.assignblks -- cgit 1.4.1