[llvm-commits] CVS: llvm-test/Makefile.programs
Duraid Madina
duraid at octopus.com.au
Thu Nov 3 21:29:50 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.177 -> 1.178
---
Log message:
chicken out: sched=simple breaks quite a bit of the testsuite currently.
will look at this again later :)
---
Diffs of the changes: (+1 -1)
Makefile.programs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.177 llvm-test/Makefile.programs:1.178
--- llvm-test/Makefile.programs:1.177 Thu Nov 3 16:00:16 2005
+++ llvm-test/Makefile.programs Thu Nov 3 23:29:38 2005
@@ -194,7 +194,7 @@
#-enable-alpha-intfpdiv -enable-alpha-FTOI
endif
ifeq ($(ARCH),IA64)
-LLCBETAOPTION := -enable-ia64-dag-isel -sched=simple
+LLCBETAOPTION := -enable-ia64-dag-isel
endif
ifeq ($(ARCH),x86)
LLCBETAOPTION := -enable-x86-fastcc
More information about the llvm-commits
mailing list