summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCCallingConv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PPC] Include tablegenerated PPCGenCallingConv.inc onceReid Kleckner2019-01-291-0/+108
Move the CC analysis implementation to its own .cpp file instead of duplicating it and artificually using functions in PPCISelLowering.cpp and PPCFastISel.cpp. Follow-up to the same change done for X86, ARM, and AArch64. llvm-svn: 352444
OpenPOWER on IntegriCloud