From: Joel Stanley Date: Fri, 6 Sep 2002 21:55:13 +0000 (+0000) Subject: Added subsections to 'Basic Inspection and Traversal Routines': X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b96c44ad8a6e68f108b2d8058cbb47158733620;p=oota-llvm.git Added subsections to 'Basic Inspection and Traversal Routines': * Iterating over the BasicBlocks in a Function * Iterating over the Instructions in a BasicBlock * Turning an iterator into a class pointer * Finding call sites: a more complex example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3606 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index fe93c4ac19f..083c9c934fa 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -24,6 +24,7 @@ in a BasicBlock
  • Turning an iterator into a class pointer +
  • Finding call sites: a more complex example
  • Making simple changes --> -
  • The Core LLVM Class Heirarchy Reference +
  • The Core LLVM Class Hierarchy Reference