[llvm-commits] [test-suite] r56041 - /test-suite/trunk/Makefile.programs
Dan Gohman
gohman at apple.com
Tue Sep 9 18:14:02 PDT 2008
Author: djg
Date: Tue Sep 9 20:14:02 2008
New Revision: 56041
URL: http://llvm.org/viewvc/llvm-project?rev=56041&view=rev
Log:
Remove -fast-isel-no-abort.
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=56041&r1=56040&r2=56041&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Sep 9 20:14:02 2008
@@ -231,7 +231,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -fast-isel -fast-isel-no-abort
+LLCBETAOPTION := -fast-isel
#-aggressive-remat
#-machine-licm
#-new-spilling-heuristic
More information about the llvm-commits
mailing list