Fix an optimization put in for accessing static globals. This obviates
authorNate Begeman <natebegeman@mac.com>
Mon, 25 Jul 2005 21:15:28 +0000 (21:15 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 25 Jul 2005 21:15:28 +0000 (21:15 +0000)
commit7b4f0a81ffc97095fac4b1b9536e86136e6b23a7
tree00ff8f71b438a5b41024fc7fb0a12db8aa69d70f
parent675267e4e22dd5b4017552cd58a12c9306e23592
Fix an optimization put in for accessing static globals.  This obviates
the need to build PIC.

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