summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/branch.ll')
-rw-r--r--llvm/test/CodeGen/ARM/branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/branch.ll b/llvm/test/CodeGen/ARM/branch.ll
index 7f6b18333bf..ad21d94a52e 100644
--- a/llvm/test/CodeGen/ARM/branch.ll
+++ b/llvm/test/CodeGen/ARM/branch.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -disable-arm-if-conversion > %t
+; RUN: llc < %s -march=arm -disable-arm-if-conversion > %t
; RUN: grep bne %t
; RUN: grep bge %t
; RUN: grep bhs %t
OpenPOWER on IntegriCloud