Consolidate the GPOpt stuff to all use the Subtarget, instead of still
authorChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 22:05:03 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 22:05:03 +0000 (22:05 +0000)
commit3c304a3ba18a040d3c3dbd15ab69da5543cdbd54
treeaca20e2ff4d3219b44cf073bce8b032293453a46
parent8c4a8735ecf12bc2447129810ec1d6079fc767f2
Consolidate the GPOpt stuff to all use the Subtarget, instead of still
depending on the command line option.  Now the command line option just
sets the subtarget as appropriate.  G5 opts will now default to on on
G5-enabled nightly testers among other machines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22688 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelPattern.cpp
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp