X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FTrivColorable.hs;fp=compiler%2FnativeGen%2FRegAlloc%2FGraph%2FTrivColorable.hs;h=4c05860b2ae8aef6d8b0eb23095b652b0e572f37;hb=8fdb09e2610927c2bd65fca31965893216e4da34;hp=7c3fbd5a650ab41ee232c475a813c8d5af48ed56;hpb=f9d7e1f01042638253530db9f989fece42d7e39a;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs index 7c3fbd5..4c05860 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