diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2014-06-23 13:21:43 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2014-06-23 13:21:43 +0000 |
commit | c6fcb7a5dedeacdd3688441f3903ffe1bc215d45 (patch) | |
tree | e56d05e83687f4df38b9537ae88551a642aebfb3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2bffb959150d39bb116b54cb21319aa89c748c99 (diff) | |
download | llvm-c6fcb7a5dedeacdd3688441f3903ffe1bc215d45.zip llvm-c6fcb7a5dedeacdd3688441f3903ffe1bc215d45.tar.gz llvm-c6fcb7a5dedeacdd3688441f3903ffe1bc215d45.tar.bz2 |
[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.
llvm-svn: 211494
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions