diff options
Diffstat (limited to 'llvm/test/Transforms/SCCP/apint-basictest3.ll')
| -rw-r--r-- | llvm/test/Transforms/SCCP/apint-basictest3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SCCP/apint-basictest3.ll b/llvm/test/Transforms/SCCP/apint-basictest3.ll index f74b459a72a..47671bf46b3 100644 --- a/llvm/test/Transforms/SCCP/apint-basictest3.ll +++ b/llvm/test/Transforms/SCCP/apint-basictest3.ll @@ -2,8 +2,8 @@ ; arithmatic operations. -; RUN: opt %s -sccp -S | not grep mul -; RUN: opt %s -sccp -S | not grep umod +; RUN: opt < %s -sccp -S | not grep mul +; RUN: opt < %s -sccp -S | not grep umod define i128 @test(i1 %B) { br i1 %B, label %BB1, label %BB2 |

