simplify some code based on the fact that picstyles != none are only valid
authorChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 04:39:06 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Jul 2009 04:39:06 +0000 (04:39 +0000)
commit15a380a03567deba90c074a2cd5a45b81ae0958b
tree37e67f53e61ea94947d1ef618d0cc09ad9e9bf73
parent3fff30d471ee6f9453c98bdcc4e3e8ebe4692d24
simplify some code based on the fact that picstyles != none are only valid
in pic or dynamic-no-pic mode. Also, x86-64 never used picstylegot.

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