From: Chris Lattner Date: Tue, 1 Oct 2002 23:17:09 +0000 (+0000) Subject: Do some cleanups to the Type and Constant section to remove latex stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c75ff9ac19d98a42026c0b356f2a8605d05ea3df;p=oota-llvm.git Do some cleanups to the Type and Constant section to remove latex stuff There is still a lot of cleanup and fleshing out required here, but at least it gets rid of the flagrantly bad parts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4006 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index db042dcaea0..13fe9f57fbd 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1173,7 +1173,7 @@ into a BasicBlock), and it has no name.

\end{itemize}

  • LoadInst, StoreInst, GetElemPtrInst : These subclasses represent load, store and getelementptr instructions in LLVM. \begin{itemize} -
  • Value * getPointerOperand (): Returns the Pointer Operand which is typically the 0th operand. +
  • Value * getPointerOperand(): Returns the Pointer Operand which is typically the 0th operand. \end{itemize}
  • BranchInst : This is a subclass of TerminatorInst and defines the interface for conditional and unconditional branches in LLVM. \begin{itemize} @@ -1641,39 +1641,39 @@ ConstantArray etc for representing the various types of Constants.

  • bool isConstantExpr(): Returns true if it is a ConstantExpr +
    +Important Subclasses of Constant

    - -\subsection{Important Subclasses of Constant} -\begin{itemize} +

    @@ -1694,45 +1694,48 @@ of any type structure at a time. This allows using pointer equality of Type *s f


    Important Public Methods