Skip to content
  • Jakob Stoklund Olesen's avatar
    Don't use MCInstrDesc flags for implicit operands. · 0eecbbeb
    Jakob Stoklund Olesen authored
    When a MachineInstr is constructed, its implicit operands are added
    first, then the explicit operands are inserted before the implicits.
    
    MCInstrDesc has oprand flags like early clobber and operand ties that
    apply to the explicit operands.
    
    Don't look at those flags when the implicit operands are first added in
    the explicit operands's positions.
    
    llvm-svn: 162910
    0eecbbeb
Loading