summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/GC/redundant_init.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Generic/GC/redundant_init.ll')
-rw-r--r--llvm/test/CodeGen/Generic/GC/redundant_init.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/GC/redundant_init.ll b/llvm/test/CodeGen/Generic/GC/redundant_init.ll
index 44996034748..10c70e73105 100644
--- a/llvm/test/CodeGen/Generic/GC/redundant_init.ll
+++ b/llvm/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* }
OpenPOWER on IntegriCloud