aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/str_post.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/str_post.ll')
-rw-r--r--test/CodeGen/ARM/str_post.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/str_post.ll b/test/CodeGen/ARM/str_post.ll
index ba81380..801b9ce 100644
--- a/test/CodeGen/ARM/str_post.ll
+++ b/test/CodeGen/ARM/str_post.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=arm | \
+; RUN: llc < %s -march=arm | \
; RUN: grep {strh .*\\\[.*\], #-4} | count 1
-; RUN: llvm-as < %s | llc -march=arm | \
+; RUN: llc < %s -march=arm | \
; RUN: grep {str .*\\\[.*\],} | count 1
define i16 @test1(i32* %X, i16* %A) {