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