Skip to content
  • Chandler Carruth's avatar
    Relax an invariant that block placement was trying to assert a bit · 99fe42fb
    Chandler Carruth authored
    further. This invariant just wasn't going to work in the face of
    unanalyzable branches; we need to be resillient to the phenomenon of
    chains poking into a loop and poking out of a loop. In fact, we already
    were, we just needed to not assert on it.
    
    This was found during a bootstrap with block placement turned on.
    
    llvm-svn: 145100
    99fe42fb
Loading