[llvm-commits] [test-suite] r93596 - /test-suite/trunk/Makefile.programs

Bob Wilson bob.wilson at apple.com
Fri Jan 15 16:27:50 PST 2010


Author: bwilson
Date: Fri Jan 15 18:27:50 2010
New Revision: 93596

URL: http://llvm.org/viewvc/llvm-project?rev=93596&view=rev
Log:
Remove -pre-regalloc-taildup option for llcbeta testing.

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=93596&r1=93595&r2=93596&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Jan 15 18:27:50 2010
@@ -232,19 +232,19 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -pre-regalloc-taildup
+LLCBETAOPTION :=
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -pre-regalloc-taildup
+LLCBETAOPTION :=
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts
 endif
 ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -pre-regalloc-taildup
+LLCBETAOPTION :=
 endif
 ifeq ($(ARCH),THUMB)
-LLCBETAOPTION := -pre-regalloc-taildup
+LLCBETAOPTION :=
 endif
 
 print-llcbeta-option:





More information about the llvm-commits mailing list