all this logic always returns true because GOT mode is never active in x86-64 mode.
authorChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 04:27:47 +0000 (04:27 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 04:27:47 +0000 (04:27 +0000)
commit3fff30d471ee6f9453c98bdcc4e3e8ebe4692d24
tree717d6c94b6f702c7b54219bd3934f8386a05efcf
parent88e1fd539e80827931694e667c119ef01c7d1184
all this logic always returns true because GOT mode is never active in x86-64 mode.
Simplify it away, someone should evaluate this.

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