Skip to content
  • Jakob Stoklund Olesen's avatar
    Add MachineInstr::tieOperands, remove setIsTied(). · 5c8eda0e
    Jakob Stoklund Olesen authored
    Manage tied operands entirely internally to MachineInstr. This makes it
    possible to change the representation of tied operands, as I will do
    shortly.
    
    The constraint that tied uses and defs must be in the same order was too
    restrictive.
    
    llvm-svn: 163021
    5c8eda0e
Loading