aboutsummaryrefslogtreecommitdiff
path: root/test/float-to-uint64.qbe
AgeCommit message (Collapse)Author
2021-03-31qbe: Switch to fixed-size instruction structMichael Forney
Move jump and phi instructions to struct block, and function arguments to their own instruction. This will facilitate allocating instructions as an array.
2019-05-29Temporarily avoid %a when printing floating constantsMichael Forney
This is C99, but is not supported by fscanf in OpenBSD, so floating constants can't be read back in by QBE.
2019-04-16tests -> testMichael Forney