diff options
Diffstat (limited to 'llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll')
| -rw-r--r-- | llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll b/llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll index e6a181170e9..bb5b51d1bbb 100644 --- a/llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll +++ b/llvm/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -sccp -S | not grep sub +; RUN: opt < %s -sccp -S | not grep sub define void @test3(i32, i32) { add i32 0, 0 ; <i32>:3 [#uses=0] |

