summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/scalar-min-max-fill-operand.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/scalar-min-max-fill-operand.ll')
-rw-r--r--test/CodeGen/X86/scalar-min-max-fill-operand.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/scalar-min-max-fill-operand.ll b/test/CodeGen/X86/scalar-min-max-fill-operand.ll
index 6a6283a10da..bda50ccd58e 100644
--- a/test/CodeGen/X86/scalar-min-max-fill-operand.ll
+++ b/test/CodeGen/X86/scalar-min-max-fill-operand.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep min | count 1
-; RUN: llvm-as < %s | llc -march=x86-64 | grep max | count 1
-; RUN: llvm-as < %s | llc -march=x86-64 | grep mov | count 2
+; RUN: llc < %s -march=x86-64 | grep min | count 1
+; RUN: llc < %s -march=x86-64 | grep max | count 1
+; RUN: llc < %s -march=x86-64 | grep mov | count 2
declare float @bar()