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