[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 21 11:35:17 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.181 -> 1.182
---
Log message:
Change beta options back
---
Diffs of the changes: (+2 -4)
Makefile.programs | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.181 llvm-test/Makefile.programs:1.182
--- llvm-test/Makefile.programs:1.181 Mon Dec 5 01:04:22 2005
+++ llvm-test/Makefile.programs Wed Dec 21 13:35:05 2005
@@ -187,8 +187,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-gep-isel-opt
-#-sched=simple
+LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-dag-isel-for-alpha
@@ -198,8 +197,7 @@
LLCBETAOPTION := -enable-ia64-dag-isel
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-gep-isel-opt
-#-enable-x86-fastcc
+LLCBETAOPTION := -enable-x86-fastcc
endif
# Given a version of the entire program linked together into a single unit of
More information about the llvm-commits
mailing list