diff options
Diffstat (limited to 'test/Transforms/ADCE/2002-05-22-PHITest.ll')
-rw-r--r-- | test/Transforms/ADCE/2002-05-22-PHITest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/2002-05-22-PHITest.ll b/test/Transforms/ADCE/2002-05-22-PHITest.ll index 04f0051af8dc..0095be1f5a16 100644 --- a/test/Transforms/ADCE/2002-05-22-PHITest.ll +++ b/test/Transforms/ADCE/2002-05-22-PHITest.ll @@ -1,6 +1,6 @@ ; It is illegal to remove BB1 because it will mess up the PHI node! ; -; RUN: llvm-as < %s | opt -adce | llvm-dis | grep BB1 +; RUN: opt < %s -adce -S | grep BB1 define i32 @test(i1 %C, i32 %A, i32 %B) { ; <label>:0 |