aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/cast-mul-select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/cast-mul-select.ll')
-rw-r--r--test/Transforms/InstCombine/cast-mul-select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast-mul-select.ll b/test/Transforms/InstCombine/cast-mul-select.ll
index 76e9b24..937b06b 100644
--- a/test/Transforms/InstCombine/cast-mul-select.ll
+++ b/test/Transforms/InstCombine/cast-mul-select.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast
+; RUN: opt %s -instcombine | llvm-dis | notcast
define i32 @mul(i32 %x, i32 %y) {
%A = trunc i32 %x to i8