diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsInstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrInfo.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.cpp b/llvm/lib/Target/Mips/MipsInstrInfo.cpp index 3e6ce535eea..146c5ca5f3f 100644 --- a/llvm/lib/Target/Mips/MipsInstrInfo.cpp +++ b/llvm/lib/Target/Mips/MipsInstrInfo.cpp @@ -281,7 +281,7 @@ void MipsInstrInfo::loadRegFromAddr(MachineFunction &MF, unsigned DestReg,  MachineInstr *MipsInstrInfo::  foldMemoryOperand(MachineFunction &MF,                    MachineInstr* MI, -                  SmallVectorImpl<unsigned> &Ops, int FI) const  +                  const SmallVectorImpl<unsigned> &Ops, int FI) const   {    if (Ops.size() != 1) return NULL; @@ -602,7 +602,7 @@ RemoveBranch(MachineBasicBlock &MBB) const  /// BlockHasNoFallThrough - Analyze if MachineBasicBlock does not  /// fall-through into its successor block.  bool MipsInstrInfo:: -BlockHasNoFallThrough(MachineBasicBlock &MBB) const  +BlockHasNoFallThrough(const MachineBasicBlock &MBB) const   {    if (MBB.empty()) return false; | 

