summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/extmul64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extmul64.ll')
-rw-r--r--test/CodeGen/X86/extmul64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/extmul64.ll b/test/CodeGen/X86/extmul64.ll
index 635da48133..9e20ded111 100644
--- a/test/CodeGen/X86/extmul64.ll
+++ b/test/CodeGen/X86/extmul64.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep mul | count 2
+; RUN: llc < %s -march=x86 | grep mul | count 2
define i64 @i32_sext_i64(i32 %a, i32 %b) {
%aa = sext i32 %a to i64