[llvm-commits] [llvm] r48509 - in /llvm/trunk: lib/Analysis/IPA/Andersens.cpp test/Analysis/Andersens/modreftest2.ll
Daniel Berlin
dberlin at dberlin.org
Tue Mar 18 16:59:32 PDT 2008
On Tue, Mar 18, 2008 at 6:46 PM, Chris Lattner <clattner at apple.com> wrote:
> On Mar 18, 2008, at 3:22 PM, Daniel Berlin wrote:
>
> > Author: dannyb
> > Date: Tue Mar 18 17:22:53 2008
> > New Revision: 48509
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=48509&view=rev
> > Log:
> > Fix PR 2160 by making sure arguments to external functions get
> > marked as pointing to anything
>
> Nice. Another question, do external function calls (and almost all
> indirect calls?) correctly mark anything that escapes the translation
> unit as clobbered?
Yes.
More information about the llvm-commits
mailing list