diff options
author | Devang Patel <dpatel@apple.com> | 2007-06-27 22:58:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2007-06-27 22:58:12 +0000 |
commit | 279e501be490aeccfa27edddabdf629c2790072c (patch) | |
tree | fa195aa496df3c553a11e70126d641602e1ddf00 /llvm/test/Other | |
parent | ed95f7fcb321aa67c87984aa7670f1de37104e72 (diff) | |
download | bcm5719-llvm-279e501be490aeccfa27edddabdf629c2790072c.tar.gz bcm5719-llvm-279e501be490aeccfa27edddabdf629c2790072c.zip |
Update. Now, -etforest is an invalid option.
llvm-svn: 37767
Diffstat (limited to 'llvm/test/Other')
-rw-r--r-- | llvm/test/Other/2006-02-05-PassManager.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2006-02-05-PassManager.ll b/llvm/test/Other/2006-02-05-PassManager.ll index bbfeb092500..5d7b6801c84 100644 --- a/llvm/test/Other/2006-02-05-PassManager.ll +++ b/llvm/test/Other/2006-02-05-PassManager.ll @@ -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 |