llvm-project/llvm/include
Chris Lattner 0cb9dd7aa2 switch the register iterator to act more like hte LLVM value iterator: dereferencing
it now returns the machineinstr of the use.  To get the operand, use I.getOperand().

Add a new MachineRegisterInfo::replaceRegWith, which is basically like
Value::replaceAllUsesWith.

llvm-svn: 45482
2008-01-01 20:36:19 +00:00
..
llvm switch the register iterator to act more like hte LLVM value iterator: dereferencing 2008-01-01 20:36:19 +00:00
llvm-c Adding C bindings for SwitchInst::addCase. 2008-01-01 05:50:53 +00:00