diff options
Diffstat (limited to 'test/analysis/data_flow.py')
| -rw-r--r-- | test/analysis/data_flow.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) ]) |