Add a new interface for describing the behavior of library calls. This
authorChris Lattner <sabre@nondot.org>
Wed, 7 May 2008 18:21:13 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 May 2008 18:21:13 +0000 (18:21 +0000)
commit14852f27e792470232287371c5ffd4cee1d5b943
tree1cbcc88ab4a3b6fc57f0f53e452bccb239e477e8
parent094aa6ce47f0f0604469e0a24bde131ce6326938
Add a new interface for describing the behavior of library calls.  This
Currently is sufficient to describe mod/ref behavior but will hopefully
eventually be extended for other purposes.

This isn't used by anything yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50820 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LibCallSemantics.h [new file with mode: 0644]
lib/Analysis/LibCallSemantics.cpp [new file with mode: 0644]