diff options
-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 |