summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll')
-rw-r--r--test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll b/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
index 42fa0d897f..8a5f2532e7 100644
--- a/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
+++ b/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
@@ -1,5 +1,5 @@
; PR918
-; RUN: llvm-as < %s | llc -march=c | not grep {l_structtype_s l_fixarray_array3}
+; RUN: llc < %s -march=c | not grep {l_structtype_s l_fixarray_array3}
%structtype_s = type { i32 }
%fixarray_array3 = type [3 x %structtype_s]