[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated code...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 7 Nov 2014 11:10:48 +0000 (11:10 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 7 Nov 2014 11:10:48 +0000 (11:10 +0000)
commite40a5317d5997966a05cc0b765a62fcc83a14953
tree2792b50ab00a140430f56cad134e72a07afcdf64
parent37dbb7411c99d611250333f76d204dd90b6eb006
[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/trunk@221517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h