[llvm-commits] [test-suite] r102201 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Apr 23 12:09:06 PDT 2010
Author: evancheng
Date: Fri Apr 23 14:09:06 2010
New Revision: 102201
URL: http://llvm.org/viewvc/llvm-project?rev=102201&view=rev
Log:
x86 llc-beta is now -promote-16bit.
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=102201&r1=102200&r2=102201&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Apr 23 14:09:06 2010
@@ -232,10 +232,10 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION :=
+LLCBETAOPTION := -promote-16bit
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION :=
+LLCBETAOPTION := -promote-16bit
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list