[CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs...
[CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs iterator_range and calling begin. NFC Defs are well defined to come first in MachineInstr operand list. No need for a more complex indirection. llvm-svn: 332559
Loading
Please register or sign in to comment