aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-09-07 00:15:36 +0000
committerNate Begeman <natebegeman@mac.com>2005-09-07 00:15:36 +0000
commit5981fa6bf37bb8b300bea3dc78df36bea1c1c87f (patch)
tree7dfff8a4f4a7f53609a22ca89cbab29a5b715707
parent8fe19c3692625780b76b88f787ce94a565b6dc7a (diff)
Add an option to the DAG Combiner to enable it for beta runs, and turn on
that option for PowerPC's beta. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@23253 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 3aec03c3..b6ff17b0 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -187,7 +187,7 @@ endif
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION :=
+LLCBETAOPTION := -enable-dag-combiner
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha