A dead malloc, a free(NULL) and a free(undef) are all trivially dead
[oota-llvm.git] / test / Transforms / ObjCARC / retain-block-side-effects.ll
2011-09-14 Dan Gohmanobjc_retainBlock is not NoModRef because it can update...