convert some late code (called by regalloc and code emission)
authorChris Lattner <sabre@nondot.org>
Fri, 10 Jul 2009 06:07:08 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Jul 2009 06:07:08 +0000 (06:07 +0000)
commit07406346ebbf8a958a956eb05c1e04faedfe1e63
tree5a878b0561715b33894bb5bc5acd00e1ca5d3dcf
parent281bada3b03b97dad0ac9890706a057ab31a5dd3
convert some late code (called by regalloc and code emission)
to use isGlobalStubReference instead of GVRequiresExtraLoad
(which should really be part of isel).

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