summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/bx_fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/bx_fold.ll')
-rw-r--r--test/CodeGen/ARM/bx_fold.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/bx_fold.ll b/test/CodeGen/ARM/bx_fold.ll
index 437b318..0e3e070 100644
--- a/test/CodeGen/ARM/bx_fold.ll
+++ b/test/CodeGen/ARM/bx_fold.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm
-; RUN: llvm-as < %s | llc -march=arm | not grep bx
+; RUN: llc < %s -march=arm
+; RUN: llc < %s -march=arm | not grep bx
define void @test(i32 %Ptr, i8* %L) {
entry:
OpenPOWER on IntegriCloud