Fix some fast-isel problems selecting global variable addressing in
authorChris Lattner <sabre@nondot.org>
Wed, 1 Jul 2009 03:27:19 +0000 (03:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Jul 2009 03:27:19 +0000 (03:27 +0000)
commit35c28eca627cd9dc2dd3ee3393074080103be456
treeb8cb01c6d6a6d2e72c3b35ee4a00cca6bd929236
parent2578ba26e72e36dde64be0f52a2788480aad3378
Fix some fast-isel problems selecting global variable addressing in
pic mode.

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