diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 03:55:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 03:55:05 +0000 |
commit | 8b2bda09a5806455ea6a73658c4dd70158d09e03 (patch) | |
tree | 704bfc03afa386eb4c3720d6a5ee9d31d98ebab9 /llvm/test/CodeGen/ARM/2009-10-30.ll | |
parent | 7c6c6cc425ebbba2219016e3e1159bd56435d087 (diff) | |
download | bcm5719-llvm-8b2bda09a5806455ea6a73658c4dd70158d09e03.tar.gz bcm5719-llvm-8b2bda09a5806455ea6a73658c4dd70158d09e03.zip |
Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests.
llvm-svn: 134590
Diffstat (limited to 'llvm/test/CodeGen/ARM/2009-10-30.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2009-10-30.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2009-10-30.ll b/llvm/test/CodeGen/ARM/2009-10-30.ll index 87d1a8b9e9a..e46ab1eb2ab 100644 --- a/llvm/test/CodeGen/ARM/2009-10-30.ll +++ b/llvm/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. |