diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-12-13 22:00:15 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-12-13 22:00:15 +0000 |
commit | ab9de78dc557697c03f70b46f699a6520a7985ab (patch) | |
tree | f409491d96d89c9d8c0effab7d973e8c5eb4aaf6 /compiler/nativeGen/SPARC | |
parent | e2564ce2878db7157f67e7710633b4cb1b2db0b0 (diff) | |
parent | 2e8c769422740c001e0a247bfec61d4f78598582 (diff) | |
download | haskell-ab9de78dc557697c03f70b46f699a6520a7985ab.tar.gz |
Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
Diffstat (limited to 'compiler/nativeGen/SPARC')
-rw-r--r-- | compiler/nativeGen/SPARC/CodeGen.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen.hs b/compiler/nativeGen/SPARC/CodeGen.hs index f3b70e7e61..880b5c6bba 100644 --- a/compiler/nativeGen/SPARC/CodeGen.hs +++ b/compiler/nativeGen/SPARC/CodeGen.hs @@ -641,6 +641,8 @@ outOfLineMachOp_table mop MO_F64_Cosh -> fsLit "cosh" MO_F64_Tanh -> fsLit "tanh" + MO_UF_Conv w -> fsLit $ word2FloatLabel w + MO_Memcpy -> fsLit "memcpy" MO_Memset -> fsLit "memset" MO_Memmove -> fsLit "memmove" |