From f1972c6aa2629d64edff0baba84a00d171557bdc Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 7 Nov 2003 19:25:45 +0000 Subject: [PATCH] Mention class CallSite git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9783 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 61fc213190b..8aeec6ea2ba 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -49,6 +49,8 @@ pointer
  • Finding call sites: a more complex example +
  • Treating calls and invokes the + same way
  • Iterating over def-use & use-def chains @@ -742,6 +744,31 @@ class OurFunctionPass : public FunctionPass { }; + + +


    Treating calls and +invokes the same way


    Iterating over def-use & use-def chains