Skip to content
  • Chris Lattner's avatar
    Fix bug: ADCE/2003-06-11-InvalidCFG.ll · dc62f1e0
    Chris Lattner authored
    This was because we were deleting large chunks of functions without an exit block, because the post-dominance
    information was not useful.  This broke crafty and twolf.
    
    llvm-svn: 6698
    dc62f1e0
Loading