Go to file
Nick Lewycky c60bd012bc BasicAA was making the assumption that a local allocation which hadn't escaped
couldn't ever be the return of call instruction. However, it's quite possible
that said local allocation is itself the return of a function call. That's
what malloc and calloc are for, actually.

llvm-svn: 64442
2009-02-13 07:06:27 +00:00
clang Add sema support for the nodebug attribute. 2009-02-13 06:46:13 +00:00
llvm BasicAA was making the assumption that a local allocation which hadn't escaped 2009-02-13 07:06:27 +00:00