[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)
commit20e3be7972bd33f0b079b8566557491a3291774e
treeaa7ff54422e0a366a35387d261a4d43b5babd92e
parent4396b44b9afde3e332a18bac6b17bae84d6c73de
[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

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