From 1a3105baba2b78d7bd2a1f403c7a58cf5a55265a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Sep 2002 05:49:39 +0000 Subject: [PATCH] Stub out another couple sections that it looks like 426's MP1 will really need. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3631 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 42 ++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 548a6828c11..9d4f9615d40 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -22,10 +22,14 @@ in a Function
  • Iterating over the Instructions in a BasicBlock +
  • Iterating over the Instructions + in a Function
  • Turning an iterator into a class pointer
  • Finding call sites: a more complex example +
  • Iterating over def-use & use-def + chains
  • Making simple changes


    Iterating over the +Instructions in a Function


    Turning an iterator into a class pointer


    Finding call sites: -a slightly more complex example -


    Finding call sites: a slightly +more complex example


    Iterating over def-use & +use-def chains

       @@ -1235,10 +1261,6 @@ pointer to the parent Function. Chris Lattner -<<<<<<< ProgrammersManual.html -Last modified: Fri Sep 6 18:24:38 EDT 2002 -======= -Last modified: Fri Sep 6 18:03:31 EDT 2002 ->>>>>>> 1.10 +Last modified: Mon Sep 9 00:48:53 CDT 2002