summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-24 00:34:46 +0000
committerIan Lynagh <igloo@earth.li>2012-02-24 00:34:46 +0000
commit45eb0a425bb134d41e47a90e73ec5279c23bbc27 (patch)
treec819732f8099e684bb5b8178a02d55378b9308d4 /compiler/nativeGen/PPC
parentd8228fd4ef1a7a168692c8666ce08bd522077889 (diff)
downloadhaskell-45eb0a425bb134d41e47a90e73ec5279c23bbc27.tar.gz
Add a 2-word-multiply operator
Currently no NCGs support it
Diffstat (limited to 'compiler/nativeGen/PPC')
-rw-r--r--compiler/nativeGen/PPC/CodeGen.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/PPC/CodeGen.hs b/compiler/nativeGen/PPC/CodeGen.hs
index 9974fb582b..9fff25b789 100644
--- a/compiler/nativeGen/PPC/CodeGen.hs
+++ b/compiler/nativeGen/PPC/CodeGen.hs
@@ -1148,6 +1148,7 @@ genCCall' gcp target dest_regs argsAndHints
MO_S_QuotRem {} -> unsupported
MO_U_QuotRem {} -> unsupported
MO_Add2 {} -> unsupported
+ MO_U_Mul2 {} -> unsupported
MO_WriteBarrier -> unsupported
MO_Touch -> unsupported
unsupported = panic ("outOfLineCmmOp: " ++ show mop