Skip to content
  • Victor Hernandez's avatar
    Make changes to rev 84292 as requested by Chris Lattner. · be9e1791
    Victor Hernandez authored
    Most changes are cleanup, but there is 1 correctness fix:
    I fixed InstCombine so that the icmp is removed only if the malloc call is removed (which requires explicit removal because the Worklist won't DCE any calls since they can have side-effects).
    
    llvm-svn: 84772
    be9e1791
Loading