aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-11-17 04:58:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-11-17 04:58:34 +0000
commitd438e04d4da6a268755df6874b476b5fc6f8a1e2 (patch)
treeefe3fbc0210715ccb42b911914c2edb88061dd1c
parent89a3ac8f9cb9ea9c5c962db06d03ce21399f6ba7 (diff)
Testing -split-intervals-at-bb as x86 llcbeta.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@44205 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 584b55c0..12c34f4f 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -221,7 +221,8 @@ ifeq ($(ARCH),IA64)
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -split-intervals-at-bb
+#-new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -fast
#-disable-rematerialization