Skip to content
  • Chris Lattner's avatar
    fix two problems with machine sinking: · 30c3de64
    Chris Lattner authored
    1. Sinking would crash when the first instruction of a block was
       sunk due to iterator problems.
    2. Instructions could be sunk to their current block, causing an
       infinite loop.
    
    This fixes PR3968
    
    llvm-svn: 68787
    30c3de64
Loading