aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-negative-stride.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/arm-negative-stride.ll')
-rw-r--r--test/CodeGen/ARM/arm-negative-stride.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arm-negative-stride.ll b/test/CodeGen/ARM/arm-negative-stride.ll
index fb0f8ff..7decb97 100644
--- a/test/CodeGen/ARM/arm-negative-stride.ll
+++ b/test/CodeGen/ARM/arm-negative-stride.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
; This loop is rewritten with an indvar which counts down, which
; frees up a register from holding the trip count.