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