[llvm-commits] CVS: llvm/test/Other/2006-02-05-PassManager.ll

Owen Anderson resistor at mac.com
Sun Apr 15 01:55:29 PDT 2007



Changes in directory llvm/test/Other:

2006-02-05-PassManager.ll updated: 1.1 -> 1.2
---
Log message:

Update tests for the disappearance of -idom.


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

 2006-02-05-PassManager.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Other/2006-02-05-PassManager.ll
diff -u llvm/test/Other/2006-02-05-PassManager.ll:1.1 llvm/test/Other/2006-02-05-PassManager.ll:1.2
--- llvm/test/Other/2006-02-05-PassManager.ll:1.1	Mon Feb  5 13:33:20 2007
+++ llvm/test/Other/2006-02-05-PassManager.ll	Sun Apr 15 03:54:57 2007
@@ -1,4 +1,4 @@
-; RUN:  llvm-as < %s |  opt -domtree -idom -gcse -etforest -constmerge -disable-output
+; RUN:  llvm-as < %s |  opt -domtree -gcse -etforest -constmerge -disable-output
 
 define i32 @test1() {
        unreachable






More information about the llvm-commits mailing list