summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/misched-copy-arm.ll
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 23:47:24 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-03 23:47:24 +0000
commit2abadea537b10739dc76ad0bf698776eba32c989 (patch)
tree7ce08608baa814fbefe61559e0a02ca3c3375f7f /test/CodeGen/ARM/misched-copy-arm.ll
parent91ba0a9f6142d3b0c76e9fcc6511b0d8d198d4bd (diff)
ARM: yet another round of ARM test clean ups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/misched-copy-arm.ll')
-rw-r--r--test/CodeGen/ARM/misched-copy-arm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/misched-copy-arm.ll b/test/CodeGen/ARM/misched-copy-arm.ll
index 5da335fa203..26adf0c2ad0 100644
--- a/test/CodeGen/ARM/misched-copy-arm.ll
+++ b/test/CodeGen/ARM/misched-copy-arm.ll
@@ -1,5 +1,5 @@
; REQUIRES: asserts
-; RUN: llc < %s -march=thumb -mcpu=swift -pre-RA-sched=source -join-globalcopies -enable-misched -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=swift -pre-RA-sched=source -join-globalcopies -enable-misched -verify-misched -debug-only=misched %s -o - 2>&1 | FileCheck %s
;
; Loop counter copies should be eliminated.
; There is also a MUL here, but we don't care where it is scheduled.