Revert "[PPC] Use alias symbols in address computation."
authorHal Finkel <hfinkel@anl.gov>
Wed, 28 May 2014 15:25:06 +0000 (15:25 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 28 May 2014 15:25:06 +0000 (15:25 +0000)
commitb8af23fe1ecc74021e2cc5a3ad1ecdcbbcb65c4e
tree98f527dc40525a758e296537efe7c10c232fb911
parent60aa82b5b60fd78a2bc92b9849eccfc62faeb27a
Revert "[PPC] Use alias symbols in address computation."

This reverts commit r209638 because it broke self-hosting on ppc64/Linux. (the
Clang-compiled TableGen would segfault because it jumped to an invalid address
from within _ZNK4llvm17ManagedStaticBase21RegisterManagedStaticEPFPvvEPFvS1_E
(which is within the command-line parameter registration process)).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
test/CodeGen/PowerPC/alias.ll [deleted file]