summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/combine-lds.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/combine-lds.ll')
-rw-r--r--test/CodeGen/X86/combine-lds.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/combine-lds.ll b/test/CodeGen/X86/combine-lds.ll
index a78a042..b49d081 100644
--- a/test/CodeGen/X86/combine-lds.ll
+++ b/test/CodeGen/X86/combine-lds.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep fldl | count 1
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fldl | count 1
define double @doload64(i64 %x) nounwind {
%tmp717 = bitcast i64 %x to double
OpenPOWER on IntegriCloud