summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/large-stack.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/large-stack.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/large-stack.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/large-stack.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/large-stack.ll b/llvm/test/CodeGen/Thumb2/large-stack.ll
index 36f3ce2eaa8..8d79da7982b 100644
--- a/llvm/test/CodeGen/Thumb2/large-stack.ll
+++ b/llvm/test/CodeGen/Thumb2/large-stack.ll
@@ -1,5 +1,7 @@
-; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
-; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=LINUX
+; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 \
+; RUN: -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
+; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 \
+; RUN: -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=LINUX
define void @test1() {
; DARWIN-LABEL: test1:
OpenPOWER on IntegriCloud