Add a test for the foldSelectICmpAndOr fix committed in r180779.
[oota-llvm.git] / test / Transforms / InstCombine / badmalloc.ll
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
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.