diff options
Diffstat (limited to 'test/uint32-to-float.qbe')
-rw-r--r-- | test/uint32-to-float.qbe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/uint32-to-float.qbe b/test/uint32-to-float.qbe index 0e90531..75c2e1e 100644 --- a/test/uint32-to-float.qbe +++ b/test/uint32-to-float.qbe @@ -3,7 +3,6 @@ function s $f() { @start.1 @body.2 %.1 =w call $g() - %.2 =l extuw %.1 - %.3 =s sltof %.2 - ret %.3 + %.2 =s uwtof %.1 + ret %.2 } |