[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::Analy...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 6 Nov 2014 16:36:30 +0000 (16:36 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 6 Nov 2014 16:36:30 +0000 (16:36 +0000)
commitb70e27ca7b016109a9ce3dfef1f0924db8e00212
tree8f59713cae75e3f5193d310d38fd10dddf07a8b1
parent4dfba103a7530c323d1fcc7f8b67edae44368fcf
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments()

Summary:
As with returns, we must be able to identify f128 arguments despite them
being lowered away. We do this with a pre-analyze step that builds a
vector and then we use this vector from the tablegen-erated code.

Reviewers: vmedic

Reviewed By: vmedic

Subscribers: llvm-commits

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

llvm-svn: 221461
llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/lib/Target/Mips/MipsISelLowering.h