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

Evan Cheng evan.cheng at apple.com
Tue Feb 17 10:23:06 PST 2009


Author: evancheng
Date: Tue Feb 17 12:23:06 2009
New Revision: 64777

URL: http://llvm.org/viewvc/llvm-project?rev=64777&view=rev
Log:
Oops. Accidentailly checked in local change.

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=64777&r1=64776&r2=64777&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Feb 17 12:23:06 2009
@@ -227,8 +227,7 @@
 LLCBETAOPTION := -disable-post-RA-scheduler=false
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -xx
-#-disable-post-RA-scheduler=false
+LLCBETAOPTION := -disable-post-RA-scheduler=false
 #-pre-alloc-split
 #-join-cross-class-copies
 #-fast-isel





More information about the llvm-commits mailing list