diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2013-12-13 11:16:00 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2013-12-13 11:16:00 +0000 |
commit | 002a14765eba600b555dba39f7650c55146ae698 (patch) | |
tree | 21b00479f592b01cc4b67eca0efed11b3866489e /llvm/test/CodeGen/Thumb2/thumb2-sub3.ll | |
parent | e0d75aacf17124dd3b976c9b881cd97ec476dd25 (diff) | |
download | bcm5719-llvm-002a14765eba600b555dba39f7650c55146ae698.tar.gz bcm5719-llvm-002a14765eba600b555dba39f7650c55146ae698.zip |
Enabling thumb2 mode used to force support for armv6t2. Replace this
with a temporary assertion and adjust the various test cases.
llvm-svn: 197224
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-sub3.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-sub3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll b/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll index 1dbda57f236..ae12b28e93c 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=thumb -mattr=+thumb2 < %s | FileCheck %s +; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 < %s | FileCheck %s ; 171 = 0x000000ab define i64 @f1(i64 %a) { |