File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -430,12 +430,11 @@ void PPCExpandISEL::populateBlocks(BlockISELList &BIL) {
430
430
// condition is true
431
431
MachineOperand &FalseValue = MI->getOperand (2 ); // Value to store if
432
432
// condition is false
433
- MachineOperand &ConditionRegister = MI->getOperand (3 ); // Condition
434
433
435
434
LLVM_DEBUG (dbgs () << " Dest: " << Dest << " \n " );
436
435
LLVM_DEBUG (dbgs () << " TrueValue: " << TrueValue << " \n " );
437
436
LLVM_DEBUG (dbgs () << " FalseValue: " << FalseValue << " \n " );
438
- LLVM_DEBUG (dbgs () << " ConditionRegister: " << ConditionRegister << " \n " );
437
+ LLVM_DEBUG (dbgs () << " ConditionRegister: " << MI-> getOperand ( 3 ) << " \n " );
439
438
440
439
// If the Dest Register and True Value Register are not the same one, we
441
440
// need the True Block.
You can’t perform that action at this time.
0 commit comments