diff options
Diffstat (limited to 'test/Intrinsics/OverflowMul.ll')
-rw-r--r-- | test/Intrinsics/OverflowMul.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Intrinsics/OverflowMul.ll b/test/Intrinsics/OverflowMul.ll index 9343fdd8..b51c8bd8 100644 --- a/test/Intrinsics/OverflowMul.ll +++ b/test/Intrinsics/OverflowMul.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t1.bc +; RUN: %llvmas %s -f -o %t1.bc ; RUN: rm -rf %t.klee-out ; RUN: %klee --output-dir=%t.klee-out --optimize=false %t1.bc > %t2 ; RUN: grep PASS %t2 |