[llvm-commits] CVS: llvm/test/Other/2006-02-05-PassManager.ll
Devang Patel
dpatel at apple.com
Wed Jun 27 15:58:53 PDT 2007
Changes in directory llvm/test/Other:
2006-02-05-PassManager.ll updated: 1.2 -> 1.3
---
Log message:
Update. Now, -etforest is an invalid option.
---
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.2 llvm/test/Other/2006-02-05-PassManager.ll:1.3
--- llvm/test/Other/2006-02-05-PassManager.ll:1.2 Sun Apr 15 03:54:57 2007
+++ llvm/test/Other/2006-02-05-PassManager.ll Wed Jun 27 17:58:12 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -domtree -gcse -etforest -constmerge -disable-output
+; RUN: llvm-as < %s | opt -domtree -gcse -domtree -constmerge -disable-output
define i32 @test1() {
unreachable
More information about the llvm-commits
mailing list