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

Evan Cheng evan.cheng at apple.com
Wed Apr 28 01:31:36 PDT 2010


Author: evancheng
Date: Wed Apr 28 03:31:35 2010
New Revision: 102494

URL: http://llvm.org/viewvc/llvm-project?rev=102494&view=rev
Log:
-promote-16bit is no more.

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=102494&r1=102493&r2=102494&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Apr 28 03:31:35 2010
@@ -232,10 +232,10 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -promote-16bit
+LLCBETAOPTION :=
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -promote-16bit
+LLCBETAOPTION :=
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts





More information about the llvm-commits mailing list