aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-10-30.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-07 03:55:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-07 03:55:05 +0000
commit39dfb0ff848be6b380ca81ff95d4ca4e0ae09c76 (patch)
tree0c4371425daad97700cfaee4ad5fde935ff33bc7 /test/CodeGen/ARM/2009-10-30.ll
parent6a6b8c3e96b9e1ca7092eafd0cfb219cbbfbdfc4 (diff)
downloadexternal_llvm-39dfb0ff848be6b380ca81ff95d4ca4e0ae09c76.zip
external_llvm-39dfb0ff848be6b380ca81ff95d4ca4e0ae09c76.tar.gz
external_llvm-39dfb0ff848be6b380ca81ff95d4ca4e0ae09c76.tar.bz2
Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-10-30.ll')
-rw-r--r--test/CodeGen/ARM/2009-10-30.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-10-30.ll b/test/CodeGen/ARM/2009-10-30.ll
index 87d1a8b..e46ab1e 100644
--- a/test/CodeGen/ARM/2009-10-30.ll
+++ b/test/CodeGen/ARM/2009-10-30.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
+; RUN: llc < %s -mtriple=armv6-linux-gnueabi | FileCheck %s
; This test checks that the address of the varg arguments is correctly
; computed when there are 5 or more regular arguments.