summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
diff options
context:
space:
mode:
authorbenl@ouroborus.net <unknown>2010-06-29 05:43:21 +0000
committerbenl@ouroborus.net <unknown>2010-06-29 05:43:21 +0000
commit8fdb09e2610927c2bd65fca31965893216e4da34 (patch)
tree11ddcd05d25f4b05fcff8d5d77b4ff0fa5a9506e /compiler/nativeGen
parentf9d7e1f01042638253530db9f989fece42d7e39a (diff)
downloadhaskell-8fdb09e2610927c2bd65fca31965893216e4da34.tar.gz
NCG: allocatableRegs is only giving us 8 SSE regs to allocate to
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r--compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
index 7c3fbd5a65..4c05860b2a 100644
--- a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
@@ -46,7 +46,7 @@ import FastTypes
#define ALLOCATABLE_REGS_INTEGER (_ILIT(3))
#define ALLOCATABLE_REGS_DOUBLE (_ILIT(6))
#define ALLOCATABLE_REGS_FLOAT (_ILIT(0))
-#define ALLOCATABLE_REGS_SSE (_ILIT(16))
+#define ALLOCATABLE_REGS_SSE (_ILIT(8))
#elif x86_64_TARGET_ARCH