diff options
Diffstat (limited to 'contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp')
| -rw-r--r-- | contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp b/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp index fe41e1b36a5d..a03e691ef5bb 100644 --- a/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp +++ b/contrib/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp @@ -392,7 +392,7 @@ void PPCExpandISEL::reorganizeBlockLayout(BlockISELList &BIL,      // liveness state at the end of MBB (liveOut of MBB) as the liveIn for      // NewSuccessor. Otherwise, will cause cyclic dependence.      LivePhysRegs LPR(*MF->getSubtarget<PPCSubtarget>().getRegisterInfo()); -    SmallVector<std::pair<unsigned, const MachineOperand *>, 2> Clobbers; +    SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 2> Clobbers;      for (MachineInstr &MI : *MBB)        LPR.stepForward(MI, Clobbers);      for (auto &LI : LPR)  | 
