summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen.hs
diff options
context:
space:
mode:
authorGeoffrey Mainland <mainland@apeiron.net>2012-11-15 10:16:29 +0000
committerGeoffrey Mainland <gmainlan@microsoft.com>2013-02-01 22:00:24 +0000
commitcc56f34e71201e27e4e15af01a5a6258648d6a32 (patch)
treeed74568b892c8bf7466387424b4882e7379b68b0 /compiler/nativeGen/SPARC/CodeGen.hs
parent089ac7171bee938bd52975d2f828cf0dd6b4b25b (diff)
downloadhaskell-cc56f34e71201e27e4e15af01a5a6258648d6a32.tar.gz
Add prefetch primops.
Diffstat (limited to 'compiler/nativeGen/SPARC/CodeGen.hs')
-rw-r--r--compiler/nativeGen/SPARC/CodeGen.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen.hs b/compiler/nativeGen/SPARC/CodeGen.hs
index 880b5c6bba..c6497e1248 100644
--- a/compiler/nativeGen/SPARC/CodeGen.hs
+++ b/compiler/nativeGen/SPARC/CodeGen.hs
@@ -656,6 +656,7 @@ outOfLineMachOp_table mop
MO_U_Mul2 {} -> unsupported
MO_WriteBarrier -> unsupported
MO_Touch -> unsupported
+ MO_Prefetch_Data -> unsupported
where unsupported = panic ("outOfLineCmmOp: " ++ show mop
++ " not supported here")