diff options
Diffstat (limited to 'test/Transforms/SCCP/apint-phi.ll')
-rw-r--r-- | test/Transforms/SCCP/apint-phi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/apint-phi.ll b/test/Transforms/SCCP/apint-phi.ll index 77f6bc8692..21c998b470 100644 --- a/test/Transforms/SCCP/apint-phi.ll +++ b/test/Transforms/SCCP/apint-phi.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep phi +; RUN: opt %s -sccp | llvm-dis | not grep phi define i999 @test(i999%A, i1 %c) { bb1: |