OSDN Git Service

[PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 23 Jun 2014 13:21:43 +0000 (13:21 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 23 Jun 2014 13:21:43 +0000 (13:21 +0000)
commit899842d2af1234e9f0aa381d8e1a1725c2821885
tree3848328b8a8f2682f786ecda9fac2e4f7965b52b
parentc125f3c15add4fddcb8240a911203398291674f1
[PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls

As remarked in the commit message to r211493, in several places
throughout the 64-bit SVR4 ABI code there are calls to
PPCFrameLowering::getLinkageSize and getMinCallFrameSize
using an incorrect IsDarwin argument of "true".

(Some of those were made explicit by the above refactoring patch, others
have been there all along.)

This patch fixes those places to pass "false" for IsDarwin.

No change in generated code expected.

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