Author: evancheng
Date: Fri Oct 5 17:31:10 2007
New Revision: 42655
URL: http://llvm.org/viewvc/llvm-project?rev=42655&view=rev
Log:
Enable convertToThreeAddress for X86 by default.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL:
http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=42655&r1=42654&r2=42655&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Oct 5 17:31:10 2007
@@ -221,8 +221,7 @@
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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits