aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-compound-assign.qbe
AgeCommit message (Collapse)Author
2019-04-27Sign-extend result of bit-field assignmentsMichael Forney
Fixes #51. Thanks to Andrew Chambers for the bug report and test case.
2019-04-24qbe: Make sure generated code doesn't depend on argument evaluation orderMichael Forney
It would be correct in any order, but this is a bit simpler and guarantees the same output.
2019-04-16tests -> testMichael Forney