Add method MipsTargetLowering::copyByValRegs.
authorAkira Hatanaka <ahatanaka@mips.com>
Sat, 27 Oct 2012 00:10:18 +0000 (00:10 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Sat, 27 Oct 2012 00:10:18 +0000 (00:10 +0000)
commiteb98ae46bca786f033f8f4ab5f89ac046bd9f28e
treed9dd1b73f24bee43fc3b4f6dcead095ea3dc90c1
parent7887c90a7b80b994a51a2a3b88eef3643473e67c
Add method MipsTargetLowering::copyByValRegs.

This method copies byval arguments passed in registers onto the stack and has
the same functionality as existing functions CopyMips64ByValRegs and
ReadByValArg which will be deleted later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h