commit | 39dfb0ff848be6b380ca81ff95d4ca4e0ae09c76 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Jul 07 03:55:05 2011 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Jul 07 03:55:05 2011 +0000 |
tree | 0c4371425daad97700cfaee4ad5fde935ff33bc7 | |
parent | 6a6b8c3e96b9e1ca7092eafd0cfb219cbbfbdfc4 [diff] [blame] |
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
diff --git a/test/CodeGen/ARM/ldr_frame.ll b/test/CodeGen/ARM/ldr_frame.ll index a3abdb6..f071b89 100644 --- a/test/CodeGen/ARM/ldr_frame.ll +++ b/test/CodeGen/ARM/ldr_frame.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm | not grep mov +; RUN: llc < %s -march=arm -mattr=+v4t | not grep mov define i32 @f1() { %buf = alloca [32 x i32], align 4