PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg doesn...
authorEli Friedman <eli.friedman@gmail.com>
Tue, 14 Jun 2011 22:16:20 +0000 (22:16 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 14 Jun 2011 22:16:20 +0000 (22:16 +0000)
commit4e3adfde653e8216a7f6faa726775f63f16e28d2
tree683a5136cf063df8e56256e5d69a7c1821ca3d01
parent7bc5632218720e179c0235144d51a43625e0452b
PR10136: fix PPCTargetLowering::LowerCall_SVR4 so that a necessary CopyToReg doesn't appear to be dead.

Roman, since you're writing tests for other PPC-SVR4 vararg-related stuff, would you mind writing a test for this?

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