summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/umul-with-carry.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/umul-with-carry.ll')
-rw-r--r--test/CodeGen/X86/umul-with-carry.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/umul-with-carry.ll b/test/CodeGen/X86/umul-with-carry.ll
index 547e179bb2..7416051693 100644
--- a/test/CodeGen/X86/umul-with-carry.ll
+++ b/test/CodeGen/X86/umul-with-carry.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {jc} | count 1
+; RUN: llc < %s -march=x86 | grep {jc} | count 1
; XFAIL: *
; FIXME: umul-with-overflow not supported yet.