summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-crash2.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-01-06 14:28:05 +0000
committerTim Northover <tnorthover@apple.com>2014-01-06 14:28:05 +0000
commitd6a729bb8542b5ad90b93e9f6653410329ed9fdf (patch)
treed0d19668a0ff4864402f33d7d6c025031d611bec /llvm/test/CodeGen/ARM/fast-isel-crash2.ll
parent9523aa41fbf7e9dec8df66211a396d5dbe9b2199 (diff)
downloadbcm5719-llvm-d6a729bb8542b5ad90b93e9f6653410329ed9fdf.tar.gz
bcm5719-llvm-d6a729bb8542b5ad90b93e9f6653410329ed9fdf.zip
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
The ARM backend has been using most of the MachO related subtarget checks almost interchangeably, and since the only target it's had to run on has been IOS (which is all three of MachO, Darwin and IOS) it's worked out OK so far. But we'd like to support embedded targets under the "*-*-none-macho" triple, which means everything starts falling apart and inconsistent behaviours emerge. This patch should pick a reasonably sensible set of behaviours for the new triple (and any others that come along, with luck). Some choices were debatable (notably FP == r7 or r11), but we can revisit those later when deficiencies become apparent. llvm-svn: 198617
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-crash2.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-crash2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-crash2.ll b/llvm/test/CodeGen/ARM/fast-isel-crash2.ll
index d606877673d..cccd9eb951b 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-crash2.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-crash2.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -mtriple=thumbv7-apple-darwin
-; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -mtriple=thumbv7-linux-gnueabi
+; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=thumbv7-apple-darwin
+; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=armv7-linux-gnueabi
; rdar://9515076
; (Make sure this doesn't crash.)
OpenPOWER on IntegriCloud