[llvm-commits] [test-suite] r102897 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Sun May 2 23:17:00 PDT 2010
Author: evancheng
Date: Mon May 3 01:17:00 2010
New Revision: 102897
URL: http://llvm.org/viewvc/llvm-project?rev=102897&view=rev
Log:
Test -combiner-alias-analysis as llcbeta.
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=102897&r1=102896&r2=102897&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon May 3 01:17:00 2010
@@ -232,19 +232,19 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION :=
+LLCBETAOPTION := -combiner-alias-analysis
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION :=
+LLCBETAOPTION := -combiner-alias-analysis
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION :=
+LLCBETAOPTION := -combiner-alias-analysis
endif
ifeq ($(ARCH),THUMB)
-LLCBETAOPTION :=
+LLCBETAOPTION := -combiner-alias-analysis
endif
print-llcbeta-option:
More information about the llvm-commits
mailing list