[llvm-commits] [test-suite] r84839 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Oct 21 23:35:28 PDT 2009
Author: evancheng
Date: Thu Oct 22 01:35:28 2009
New Revision: 84839
URL: http://llvm.org/viewvc/llvm-project?rev=84839&view=rev
Log:
-hoist-constants, not -host-constants.
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=84839&r1=84838&r2=84839&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Oct 22 01:35:28 2009
@@ -223,13 +223,13 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -host-constants
+LLCBETAOPTION := -hoist-constants
#-combiner-alias-analysis
#-pre-alloc-split
#-remat-pic-stub-load
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -host-constants
+LLCBETAOPTION := -hoist-constants
#-combiner-alias-analysis
#-pre-alloc-split
#-remat-pic-stub-load
More information about the llvm-commits
mailing list