Skip to content
Commit 621d33bb authored by Chris Lattner's avatar Chris Lattner
Browse files

Add a new LibCallAliasAnalysis pass, which is parameterized

by an instance of LibCallInfo to provide mod/ref info of
standard library functions.  This is powerful enough to
say that 'sqrt' is readonly except that it modifies errno,
or that "printf doesn't store to memory unless the %n
constraint is present" etc.

llvm-svn: 50827
parent 7b66ad29
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment