Skip to content
  • Jakob Stoklund Olesen's avatar
    Tighten up the splice() API for bundled instructions. · 78eaf05f
    Jakob Stoklund Olesen authored
    Remove the instr_iterator versions of the splice() functions. It doesn't
    seem useful to be able to splice sequences of instructions that don't
    consist of full bundles.
    
    The normal splice functions that take MBB::iterator arguments are not
    changed, and they can move whole bundles around without any problems.
    
    llvm-svn: 170456
    78eaf05f
Loading