Darwin PPC64 indirect call target goes in X12, not R12. This fixes these
authorChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 20:49:33 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 20:49:33 +0000 (20:49 +0000)
commitdc9971a2e322ddeff9eb97a6b03909094f1b8357
tree7a76d3abc68832a2487b7d9322e79b195850fc5e
parent5e09da236ebc99a22bde7e4ceb3047c83fb7e6d8
Darwin PPC64 indirect call target goes in X12, not R12.  This fixes these
two regression tests:
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll

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