]> granicus.if.org Git - llvm/commit
Merged from r221517:
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 1 Dec 2014 17:02:26 +0000 (17:02 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 1 Dec 2014 17:02:26 +0000 (17:02 +0000)
commit8283cd9f0545f320a608edab81945c716961e2e1
tree207b142a20aa0116f20db67c54c0dfdd01f71517
parentb9d802e7d938fec434a81802d6e5936c03e6536a
Merged from r221517:

[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated code. NFC

Summary:
In the long run, it should probably become a calling convention in its own
right but for now just move it out of
MipsISelLowering::analyzeCallOperands() so that we can drop this function
in favour of CCState::AnalyzeCallOperands().

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6085

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223047 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h