Finish getting Mips fast-isel to match up with AArch64 fast-isel
authorReed Kotler <rkotler@mips.com>
Tue, 14 Oct 2014 18:27:58 +0000 (18:27 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 14 Oct 2014 18:27:58 +0000 (18:27 +0000)
commitc180402b48ee37f50938752eca8408c429441bf5
tree1fede07e5cb4a9d378e4ba9933b7786411bd08ec
parentd661fde97104e060a5f0c62fae8d0e1f8012d0ea
Finish getting Mips fast-isel to match up with AArch64 fast-isel

Summary:
In order to facilitate use of common code, checking by reviewers of other fast-isel ports, and hopefully to eventually move most of Mips and other fast-isel ports into target independent code, I've tried to get the two implementations to line up.

There is no functional code change. Just methods moved in the file to be in the same order as in AArch64.

Test Plan: No functional change.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, aemerson, rfuhler

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

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