[llvm-commits] CVS: llvm-test/Makefile.programs 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Tue Aug 16 23:38:16 PDT 2005
    
    
  
Changes in directory llvm-test:
Makefile.programs updated: 1.162 -> 1.163
---
Log message:
Switch PPC and X86 to test -split-phi-constant-crit-edges tonight
---
Diffs of the changes:  (+3 -2)
 Makefile.programs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.162 llvm-test/Makefile.programs:1.163
--- llvm-test/Makefile.programs:1.162	Mon Aug 15 18:48:22 2005
+++ llvm-test/Makefile.programs	Wed Aug 17 01:38:05 2005
@@ -187,14 +187,15 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := 
+LLCBETAOPTION := -split-phi-constant-crit-edges
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
 #-enable-alpha-intfpdiv
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-fastcc
+LLCBETAOPTION := -split-phi-constant-crit-edges
+#-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