summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/extractps.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extractps.ll')
-rw-r--r--test/CodeGen/X86/extractps.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll
index 484d2c4..14778f0 100644
--- a/test/CodeGen/X86/extractps.ll
+++ b/test/CodeGen/X86/extractps.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn > %t
+; RUN: llc < %s -march=x86 -mcpu=penryn > %t
; RUN: not grep movd %t
; RUN: grep {movss %xmm} %t | count 1
; RUN: grep {extractps \\\$1, %xmm0, } %t | count 1
OpenPOWER on IntegriCloud