From c63ae8e10af699f2cd7bacd14a39112f28cf71ab Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 9 Feb 2018 10:16:58 +0100 Subject: IRBlock: getitem/len on assignblks --- test/analysis/data_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/analysis/data_flow.py') diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index 207e13ff..f2e30172 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.assignblks[14] + G17_IRB0[14] # Trick because a+b+c != ((a+b)+c) ]) -- cgit 1.4.1