diff options
Diffstat (limited to 'test/fpcnv.ssa')
-rw-r--r-- | test/fpcnv.ssa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fpcnv.ssa b/test/fpcnv.ssa index 5fd3be9..06d2478 100644 --- a/test/fpcnv.ssa +++ b/test/fpcnv.ssa @@ -1,5 +1,6 @@ # floating point casts and conversions +export function s $fneg(s %f) { @fneg %b0 =w cast %f @@ -8,6 +9,7 @@ function s $fneg(s %f) { ret %rs } +export function d $ftrunc(d %f) { @ftrunc %l0 =l ftosi %f |