Skip to content
  • Duncan Sands's avatar
    Fix PR8445: a block with no predecessors may be the entry block, in which case · 31c803b2
    Duncan Sands authored
    it isn't unreachable and should not be zapped.  The check for the entry block
    was missing in one case: a block containing a unwind instruction.  While there,
    do some small cleanups: "M" is not a great name for a Function* (it would be
    more appropriate for a Module*), change it to "Fn"; use Fn in more places.
    
    llvm-svn: 117224
    31c803b2
Loading