summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tlv-1.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-07 21:06:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-07 21:06:52 +0000
commit13bcc6c1c7f35df1d185737ec516f43caf32c3d9 (patch)
tree893884d0fc348cc5e6f7e7f41230b2e3a66b2904 /llvm/test/CodeGen/X86/tlv-1.ll
parent1a423d8b35cdd86c38babb3861c4e45a7bd18307 (diff)
downloadbcm5719-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.ll2
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 }
OpenPOWER on IntegriCloud