Changes in directory llvm/test/Regression/Transforms/ScalarRepl:

phinodepromote.ll updated: 1.2 -> 1.3
---
Log message:

extra pass is required now


---
Diffs of the changes:  (+1 -1)

 phinodepromote.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Transforms/ScalarRepl/phinodepromote.ll
diff -u llvm/test/Regression/Transforms/ScalarRepl/phinodepromote.ll:1.2 
llvm/test/Regression/Transforms/ScalarRepl/phinodepromote.ll:1.3
--- llvm/test/Regression/Transforms/ScalarRepl/phinodepromote.ll:1.2    Sun Sep 
19 13:45:45 2004
+++ llvm/test/Regression/Transforms/ScalarRepl/phinodepromote.ll        Wed Nov 
 1 12:30:25 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -mem2reg | llvm-dis | not grep alloca
+; RUN: llvm-as < %s | opt -simplifycfg -instcombine -mem2reg | llvm-dis | not 
grep alloca
 ;
 ; This tests to see if mem2reg can promote alloca instructions whose addresses
 ; are used by PHI nodes that are immediately loaded.  The LLVM C++ front-end



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to