Skip to content
  • Chris Lattner's avatar
    The big fix is this change: · de39f2bd
    Chris Lattner authored
    -    if (I->isExternal() && !Functions.count(I))
    +    if (!I->isExternal() && !Functions.count(I))
    
    We were not actually deleting any functions from the module!
    
    llvm-svn: 5914
    de39f2bd
Loading