summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/GC/redundant_init.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/GC/redundant_init.ll')
-rw-r--r--test/CodeGen/Generic/GC/redundant_init.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/GC/redundant_init.ll b/test/CodeGen/Generic/GC/redundant_init.ll
index 4499603474..10c70e7310 100644
--- a/test/CodeGen/Generic/GC/redundant_init.ll
+++ b/test/CodeGen/Generic/GC/redundant_init.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | \
+; RUN: llc < %s -march=x86 | \
; RUN: ignore grep {movl..0} | count 0
%struct.obj = type { i8*, %struct.obj* }