On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 2 Jun 2009 20:09:31 +0000 (20:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 2 Jun 2009 20:09:31 +0000 (20:09 +0000)
commitda9863fa414558127e001197961ce93c0049cbf5
tree26a7843fa5fff53eeffec4a21be8138c70b2bcbb
parentd8cf40372ed64ba69f8d0d7c79bebdf293dd5d1e
On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/ga-offset.ll
test/CodeGen/X86/x86-store-gv-addr.ll [new file with mode: 0644]