summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-tst2.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
commitaca2998f143ae021e4c3999e32a68cfc084a3ba0 (patch)
tree215b525d2ffe514e1de6d9176af06026b9af4fe5 /test/CodeGen/Thumb2/thumb2-tst2.ll
parentb90ed644fc9eaba125db767ca2f7db0efc2edd02 (diff)
downloadllvm-aca2998f143ae021e4c3999e32a68cfc084a3ba0.tar.gz
llvm-aca2998f143ae021e4c3999e32a68cfc084a3ba0.tar.bz2
llvm-aca2998f143ae021e4c3999e32a68cfc084a3ba0.tar.xz
Enabling thumb2 mode used to force support for armv6t2. Replace this
with a temporary assertion and adjust the various test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-tst2.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-tst2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-tst2.ll b/test/CodeGen/Thumb2/thumb2-tst2.ll
index f71e91d1e9..764e3d4d38 100644
--- a/test/CodeGen/Thumb2/thumb2-tst2.ll
+++ b/test/CodeGen/Thumb2/thumb2-tst2.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
; These tests would be improved by 'movs r0, #0' being rematerialized below the
; tst as 'mov.w r0, #0'.