Skip to content
  • Chris Lattner's avatar
    Add new shorter predicates for testing machine operands for various types: · a5bb370a
    Chris Lattner authored
    e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
    switching everything over, so new clients should just start using the 
    shorter names.
    
    Remove old long accessors, switching everything over to use the short
    accessor: getMachineBasicBlock() -> getMBB(), 
    getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
    
    llvm-svn: 45464
    a5bb370a
Loading