summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/CodeGen.hs
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-12-13 22:00:15 +0000
committerIan Lynagh <ian@well-typed.com>2012-12-13 22:00:15 +0000
commitab9de78dc557697c03f70b46f699a6520a7985ab (patch)
treef409491d96d89c9d8c0effab7d973e8c5eb4aaf6 /compiler/nativeGen/PPC/CodeGen.hs
parente2564ce2878db7157f67e7710633b4cb1b2db0b0 (diff)
parent2e8c769422740c001e0a247bfec61d4f78598582 (diff)
downloadhaskell-ab9de78dc557697c03f70b46f699a6520a7985ab.tar.gz
Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
Diffstat (limited to 'compiler/nativeGen/PPC/CodeGen.hs')
-rw-r--r--compiler/nativeGen/PPC/CodeGen.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nativeGen/PPC/CodeGen.hs b/compiler/nativeGen/PPC/CodeGen.hs
index 5e05047f34..e9a5b433f6 100644
--- a/compiler/nativeGen/PPC/CodeGen.hs
+++ b/compiler/nativeGen/PPC/CodeGen.hs
@@ -1149,6 +1149,8 @@ genCCall' dflags gcp target dest_regs args0
MO_F64_Tanh -> (fsLit "tanh", False)
MO_F64_Pwr -> (fsLit "pow", False)
+ MO_UF_Conv w -> (fsLit $ word2FloatLabel w, False)
+
MO_Memcpy -> (fsLit "memcpy", False)
MO_Memset -> (fsLit "memset", False)
MO_Memmove -> (fsLit "memmove", False)