aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-05 22:31:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-05 22:31:10 +0000
commitd55cffa7dc939fb3d6f77b5ed1fe5d9505d32be7 (patch)
tree0042931bab5a902a5c9d7bfb5b22f2cb75c986e9
parent9222b98f219b9889c5e1b52428e170d0461da42a (diff)
Enable convertToThreeAddress for X86 by default.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@42655 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 2593efa0..ab421386 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -221,8 +221,7 @@ ifeq ($(ARCH),IA64)
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-conv-3-addr
-#-regalloc=local -fast
+LLCBETAOPTION := -regalloc=local -fast
#-disable-rematerialization
#-disable-fp-elim
#-regalloc=bigblock -fast