summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/phys_subreg_coalesce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/phys_subreg_coalesce.ll')
-rw-r--r--test/CodeGen/X86/phys_subreg_coalesce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/phys_subreg_coalesce.ll b/test/CodeGen/X86/phys_subreg_coalesce.ll
index 3bbc55da16a..2c855ce8da6 100644
--- a/test/CodeGen/X86/phys_subreg_coalesce.ll
+++ b/test/CodeGen/X86/phys_subreg_coalesce.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin9 -mattr=+sse2 | not grep movl
+; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=+sse2 | not grep movl
%struct.dpoint = type { double, double }