summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/mul.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/mul.ll')
-rw-r--r--test/CodeGen/Thumb/mul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/mul.ll b/test/CodeGen/Thumb/mul.ll
index 90f6e25e30..c1a2fb2947 100644
--- a/test/CodeGen/Thumb/mul.ll
+++ b/test/CodeGen/Thumb/mul.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=thumb | grep mul | count 3
-; RUN: llvm-as < %s | llc -march=thumb | grep lsl | count 1
+; RUN: llc < %s -march=thumb | grep mul | count 3
+; RUN: llc < %s -march=thumb | grep lsl | count 1
define i32 @f1(i32 %u) {
%tmp = mul i32 %u, %u