Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
[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.