eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 06:53:37 +0000 (06:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 06:53:37 +0000 (06:53 +0000)
commitf1214cbf3c2d151d3a2353d82143da186313a42a
tree547b9619dcb7c10980493f1cfd4b2914e54186f3
parent3b131d7cc4dc4bbb329c136705b37dc255995fbd
eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is
subsumed by TargetLowering::getJumpTableEncoding().  Change uses of
it to be more specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94529 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp