[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 16:43:01 PDT 2003


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

2003-02-27-NestedLoopExitBlocks.ll updated: 1.2 -> 1.3

---
Log message:

The -preheaders pass is now known as -loopsimplify


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

Index: llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
diff -u llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll:1.2 llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll:1.3
--- llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll:1.2	Tue Sep 16 10:29:35 2003
+++ llvm/test/Regression/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll	Sun Oct 12 16:42:33 2003
@@ -1,6 +1,6 @@
 ; Exit blocks need to be updated for all nested loops...
 
-; RUN: llvm-as < %s | opt -preheaders
+; RUN: llvm-as < %s | opt -loopsimplify
 
 implementation   ; Functions:
 





More information about the llvm-commits mailing list