summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/2009-07-27-PEIAssert.ll')
-rw-r--r--test/CodeGen/Thumb/2009-07-27-PEIAssert.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll b/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
index b0dc2428a7..f195348e14 100644
--- a/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
+++ b/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=thumbv6-apple-darwin -relocation-model=pic -disable-fp-elim
+; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic -disable-fp-elim
%struct.LinkList = type { i32, %struct.LinkList* }
%struct.List = type { i32, i32* }