Changes in directory llvm/lib/CodeGen:
MachineBasicBlock.cpp updated: 1.34 -> 1.35
MachineInstr.cpp updated: 1.132 -> 1.133
---
Log message:
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
of opcode and number of operands.
---
Diffs of the changes: (+15 -21)
Mac
Changes in directory llvm/lib/CodeGen:
MachineBasicBlock.cpp updated: 1.26 -> 1.27
MachineInstr.cpp updated: 1.119 -> 1.120
---
Log message:
Remove and simplify some more machineinstr/machineoperand stuff.
---
Diffs of the changes: (+2 -2)
MachineBasicBlock.cpp |2 +-
MachineInstr.cpp