[mips] Keep the parameter list of Filler::searchRange() consistent. NFC.
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Wed, 4 Mar 2015 12:37:58 +0000 (12:37 +0000)
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Wed, 4 Mar 2015 12:37:58 +0000 (12:37 +0000)
commit2a817f81d2ccf9c13f8a7ca11b74587c23169ee3
tree7421c25e30000a1cf66d911029206e342e9a75a9
parent67fade9110d17dbe7dd70558d720e35265fa3247
[mips] Keep the parameter list of Filler::searchRange() consistent. NFC.

Summary:
Move the "Filler" parameter to the end of the parameter list as it is,
conceptually, the only output parameter of that function.

Reviewers: dsanders

Subscribers: llvm-commits

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

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