[llvm-commits] [llvm] r48509 - in /llvm/trunk: lib/Analysis/IPA/Andersens.cpp test/Analysis/Andersens/modreftest2.ll
Chris Lattner
clattner at apple.com
Tue Mar 18 15:46:14 PDT 2008
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?
-Chris
More information about the llvm-commits
mailing list