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

Evan Cheng evan.cheng at apple.com
Wed Oct 21 23:33:10 PDT 2009


Author: evancheng
Date: Thu Oct 22 01:33:10 2009
New Revision: 84837

URL: http://llvm.org/viewvc/llvm-project?rev=84837&view=rev
Log:
Thumb llcbeta is -combiner-alias-analysis.

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=84837&r1=84836&r2=84837&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Oct 22 01:33:10 2009
@@ -248,8 +248,7 @@
 #-schedule-livein-copies
 endif
 ifeq ($(ARCH),THUMB)
-LLCBETAOPTION :=
-#-combiner-alias-analysis
+LLCBETAOPTION := -combiner-alias-analysis
 #--enable-thumb-reg-scavenging
 endif
 





More information about the llvm-commits mailing list