mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[ARM] Fix build after D86087
This commit is contained in:
parent
f2589e2340
commit
7e9b7402f0
@ -1342,7 +1342,7 @@ MachineInstr* ARMLowOverheadLoops::ExpandLoopStart(LowOverheadLoop &LoLoop) {
|
||||
MachineBasicBlock *MBB = InsertPt->getParent();
|
||||
bool IsDo = Start->getOpcode() == ARM::t2DoLoopStart;
|
||||
unsigned Opc = LoLoop.getStartOpcode();
|
||||
MachineOperand &Count = LoLoop.getCount();
|
||||
MachineOperand &Count = LoLoop.getLoopStartOperand();
|
||||
|
||||
MachineInstrBuilder MIB =
|
||||
BuildMI(*MBB, InsertPt, InsertPt->getDebugLoc(), TII->get(Opc));
|
||||
|
Loading…
x
Reference in New Issue
Block a user