aboutsummaryrefslogtreecommitdiff
path: root/test/for-loop.qbe
AgeCommit message (Collapse)Author
2019-07-05stmt: Fix conversion of controlling expression to boolMichael Forney
In d875bf74, I accidentally converted the increment expression to bool rather than the controlling expression. Whoops, I should check the updated test case IL more carefully next time.
2019-07-03Convert controlling expression of loops to boolMichael Forney
2019-04-16tests -> testMichael Forney