summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-orr.ll
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-12-13 11:16:00 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-12-13 11:16:00 +0000
commit002a14765eba600b555dba39f7650c55146ae698 (patch)
tree21b00479f592b01cc4b67eca0efed11b3866489e /llvm/test/CodeGen/Thumb2/thumb2-orr.ll
parente0d75aacf17124dd3b976c9b881cd97ec476dd25 (diff)
downloadbcm5719-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-orr.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-orr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-orr.ll b/llvm/test/CodeGen/Thumb2/thumb2-orr.ll
index 13ed8620059..776d7fe790a 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-orr.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-orr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
+; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 | FileCheck %s
define i32 @f1(i32 %a, i32 %b) {
; CHECK-LABEL: f1:
OpenPOWER on IntegriCloud