Add method MipsTargetLowering::passByValArg.
authorAkira Hatanaka <ahatanaka@mips.com>
Sat, 27 Oct 2012 00:16:36 +0000 (00:16 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Sat, 27 Oct 2012 00:16:36 +0000 (00:16 +0000)
commitdb40edeb11f4f97c8de5428a84346834deaa2a47
treeb5d4c16145f39a39d2d7c98eb821d49c83294951
parenteb98ae46bca786f033f8f4ab5f89ac046bd9f28e
Add method MipsTargetLowering::passByValArg.

This method emits nodes for passing byval arguments in registers and stack.
This has the same functionality as existing functions PassByValArg64 and
WriteByValArg which will be deleted later.

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