diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/phi.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/phi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/phi.ll b/llvm/test/Transforms/InstCombine/phi.ll index 4efbb79d9d4..ec34cec1444 100644 --- a/llvm/test/Transforms/InstCombine/phi.ll +++ b/llvm/test/Transforms/InstCombine/phi.ll @@ -1,6 +1,6 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep phi +; RUN: opt %s -instcombine | llvm-dis | not grep phi define i32 @test1(i32 %A, i1 %b) { BB0: |