[PATCH] D61948: Implement call lowering without parameters on AIX
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 10:23:03 PDT 2019
hubert.reinterpretcast removed a reviewer: hubert.reinterpretcast.
hubert.reinterpretcast added a comment.
One minor comment; otherwise, all of my comments have been addressed.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:5157
// Add a NOP immediately after the branch instruction when using the 64-bit
- // SVR4 ABI. At link time, if caller and callee are in a different module and
+ // SVR4 or AIX ABI.
+ // At link time, if caller and callee are in a different module and
----------------
Add "the" before AIX to clarify binding of "64-bit" as applying only to SVR4.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61948/new/
https://reviews.llvm.org/D61948
More information about the llvm-commits
mailing list