aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-10 16:47:59 +0000
committerChris Lattner <sabre@nondot.org>2005-10-10 16:47:59 +0000
commit587d19d6b8b217940894e741e11695360b026478 (patch)
tree1afd8a008b9c1b2a56aadb0ad4aba9aeb0d47721
parentd8af1f118bf228e9907fff72a383d070a084d910 (diff)
The dag combiner is on by default for llc now. Make scheduling llc-beta on
ppc again. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@23683 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.programs b/Makefile.programs
index e7551848..e04c7819 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -187,8 +187,7 @@ endif
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-dag-combiner
-#-sched=simple
+LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha