Fix yet-another bug I introduced into fastisel, this time handling
authorChris Lattner <sabre@nondot.org>
Thu, 2 Jul 2009 03:14:25 +0000 (03:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Jul 2009 03:14:25 +0000 (03:14 +0000)
commit27598ec1e255daea1e53c286e085b6044d897947
tree7a903cd82f0d0638d5983ddb86ae3e09b348b4fb
parent0a93771e4c7283bf7999c00b3282eab0431b463f
Fix yet-another bug I introduced into fastisel, this time handling
constant pool references that weren't getting properly rip-relative.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/fast-isel-constpool.ll [new file with mode: 0644]