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)
commitd4ea29e6b6a91e9169a44a5cd79cf4ed3fa91b66
treeac68f55a34d5996b3f4eaacebda40e9715b0c5d1
parent3dfe4788ae0b911702eac6d2388ccfc43d6a9fb4
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

llvm-svn: 219703
llvm/lib/Target/Mips/MipsFastISel.cpp