Give the X86 JIT the ability to encode global+disp constants. Patch
authorChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 04:53:13 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 04:53:13 +0000 (04:53 +0000)
commit8cce7cd0aebda3f286b322d8c4dc034bb2ee129c
tree2d836fc476f3e9053ed87a9b44a52e37bf8027b3
parentd416f086cc97976abd4f40adadb3956763ffe4b0
Give the X86 JIT the ability to encode global+disp constants.  Patch
contributed by Jeff Cohen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp