Enable gp optimizations by default when available, even when a target triple
authorChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 21:25:13 +0000 (21:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 21:25:13 +0000 (21:25 +0000)
commitba253651402f5d12172b3feed8909e28d01b7e1d
tree1ed47de3423a4070e0dc1c7869710c2e1ab7dd7c
parent7f9b4e9044699b38de56960ad4544f80f84da875
Enable gp optimizations by default when available, even when a target triple
is available, since the target triple doesn't specify whether to use gpopts
or not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCSubtarget.cpp