Skip to content
  • Chandler Carruth's avatar
    Fix a crash in block placement due to an inner loop that happened to be · 4a87aa0c
    Chandler Carruth authored
    reversed in the function's original ordering, and we happened to
    encounter it while handling an outer unnatural CFG structure.
    
    Thanks to the test case reduced from GCC's source by Benjamin Kramer.
    This may also fix a crasher in gzip that Duncan reduced for me, but
    I haven't yet gotten to testing that one.
    
    llvm-svn: 145094
    4a87aa0c
Loading