diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 21:06:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-07 21:06:52 +0000 |
commit | 13bcc6c1c7f35df1d185737ec516f43caf32c3d9 (patch) | |
tree | 893884d0fc348cc5e6f7e7f41230b2e3a66b2904 /llvm/test/CodeGen/X86/tlv-1.ll | |
parent | 1a423d8b35cdd86c38babb3861c4e45a7bd18307 (diff) | |
download | bcm5719-llvm-13bcc6c1c7f35df1d185737ec516f43caf32c3d9.tar.gz bcm5719-llvm-13bcc6c1c7f35df1d185737ec516f43caf32c3d9.zip |
Add Mode64Bit feature and sink it down to MC layer.
llvm-svn: 134641
Diffstat (limited to 'llvm/test/CodeGen/X86/tlv-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tlv-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tlv-1.ll b/llvm/test/CodeGen/X86/tlv-1.ll index 42940f147ed..5773260f68d 100644 --- a/llvm/test/CodeGen/X86/tlv-1.ll +++ b/llvm/test/CodeGen/X86/tlv-1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s +; RUN: llc < %s -mtriple x86_64-apple-darwin -mcpu=core2 | FileCheck %s %struct.A = type { [48 x i8], i32, i32, i32 } |