diff options
Diffstat (limited to 'test/float-to-uint32.qbe')
-rw-r--r-- | test/float-to-uint32.qbe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/float-to-uint32.qbe b/test/float-to-uint32.qbe index a8463f3..2cfc65f 100644 --- a/test/float-to-uint32.qbe +++ b/test/float-to-uint32.qbe @@ -4,6 +4,5 @@ function w $f() { @body.2 %.1 =s call $g() %.2 =l stosi %.1 - %.3 =w copy %.2 - ret %.3 + ret %.2 } |