mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
Check in bug fix for vadve
llvm-svn: 662
This commit is contained in:
parent
b18a515a72
commit
5390f15d0b
@ -1438,7 +1438,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
|
||||
mvec[numInstr++] = new MachineInstr(BA);
|
||||
mvec[numInstr-1]->SetMachineOperand(0, MachineOperand::MO_CCRegister,
|
||||
(Value*) NULL);
|
||||
mvec[numInstr-1]->SetMachineOperand(0, MachineOperand::MO_PCRelativeDisp,
|
||||
mvec[numInstr-1]->SetMachineOperand(1, MachineOperand::MO_PCRelativeDisp,
|
||||
((BranchInst*) subtreeRoot->getInstruction())->getSuccessor(1));
|
||||
|
||||
// delay slot
|
||||
@ -1465,7 +1465,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
|
||||
mvec[numInstr++] = new MachineInstr(BA);
|
||||
mvec[numInstr-1]->SetMachineOperand(0, MachineOperand::MO_CCRegister,
|
||||
(Value*) NULL);
|
||||
mvec[numInstr-1]->SetMachineOperand(0, MachineOperand::MO_PCRelativeDisp,
|
||||
mvec[numInstr-1]->SetMachineOperand(1, MachineOperand::MO_PCRelativeDisp,
|
||||
((BranchInst*) subtreeRoot->getInstruction())->getSuccessor(1));
|
||||
|
||||
// delay slot
|
||||
|
Loading…
x
Reference in New Issue
Block a user