PR7853: fix a silly mistake introduced in r101899, and add a test to make sure
[oota-llvm.git] / test / Transforms / InstCombine / badmalloc.ll
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2009-10-05 Chris Lattnerinstcombine shouldn't delete all null checks for mallocs.