diff options
author | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2013-09-02 17:09:01 +0000 |
---|---|---|
committer | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2013-09-02 17:09:01 +0000 |
commit | 63872ce19fe1637515ac1e0345f43d38ba6c5880 (patch) | |
tree | 08d0877c16266d45b97753219a648aa211b5088b /llvm/test/CodeGen/ARM/dagcombine-concatvector.ll | |
parent | e3648fbe1a78340dbcd8c17f9cd7dceeaffdf339 (diff) | |
download | bcm5719-llvm-63872ce19fe1637515ac1e0345f43d38ba6c5880.tar.gz bcm5719-llvm-63872ce19fe1637515ac1e0345f43d38ba6c5880.zip |
ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.
Test cases adjusted accordingly.
This fixes rdar://14871821.
llvm-svn: 189766
Diffstat (limited to 'llvm/test/CodeGen/ARM/dagcombine-concatvector.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/dagcombine-concatvector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll b/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll index d8c6c645580..2927ea2f3ca 100644 --- a/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll +++ b/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumbv7s-apple-ios3.0.0 | FileCheck %s +; RUN: llc < %s -mtriple=thumbv7s-apple-ios3.0.0 -mcpu=generic | FileCheck %s ; PR15525 ; CHECK-LABEL: test1: |