diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-12-20 18:26:50 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-12-20 18:26:50 +0000 |
commit | 68132d80936c4a708cc12fdb08c0aba1e8ecd5b7 (patch) | |
tree | 165eecbd29b71f257b6f93f0ffb7a515c61e04de /llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll | |
parent | 21823bfe318a02a73f96e05c368211b640f6bc53 (diff) | |
download | bcm5719-llvm-68132d80936c4a708cc12fdb08c0aba1e8ecd5b7.tar.gz bcm5719-llvm-68132d80936c4a708cc12fdb08c0aba1e8ecd5b7.zip |
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
llvm-svn: 146981
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll b/llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll index 33c60081a3e..16930663abd 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-cmp-imm.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM -; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB +; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM +; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB define void @t1a(float %a) uwtable ssp { entry: |