summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/imp-def-copies.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/imp-def-copies.ll')
-rw-r--r--test/CodeGen/X86/imp-def-copies.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/imp-def-copies.ll b/test/CodeGen/X86/imp-def-copies.ll
index 3d2f65653e..9117840387 100644
--- a/test/CodeGen/X86/imp-def-copies.ll
+++ b/test/CodeGen/X86/imp-def-copies.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep mov
+; RUN: llc < %s -march=x86 | not grep mov
%struct.active_line = type { %struct.gs_fixed_point, %struct.gs_fixed_point, i32, i32, i32, %struct.line_segment*, i32, i16, i16, %struct.active_line*, %struct.active_line* }
%struct.gs_fixed_point = type { i32, i32 }