[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 18 10:31:53 PDT 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.163 -> 1.164
---
Log message:
This flag goes away
---
Diffs of the changes: (+2 -3)
Makefile.programs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.163 llvm-test/Makefile.programs:1.164
--- llvm-test/Makefile.programs:1.163 Wed Aug 17 01:38:05 2005
+++ llvm-test/Makefile.programs Thu Aug 18 12:31:40 2005
@@ -187,15 +187,14 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -split-phi-constant-crit-edges
+LLCBETAOPTION :=
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
#-enable-alpha-intfpdiv
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -split-phi-constant-crit-edges
-#-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