From: Chris Lattner Date: Thu, 4 Jan 2007 22:01:45 +0000 (+0000) Subject: Fix broken links, reported by Baptiste Lepilleur X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=008151782f866df98a61533f52aeeb27e318544b;p=oota-llvm.git Fix broken links, reported by Baptiste Lepilleur git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e6653f57a03..ae6f0e1bd76 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -944,7 +944,7 @@ If you look at its definition, it has only a single pointer member.

Frequently, we might have an instance of the Value Class and we want to +href="/doxygen/classllvm_1_1Value.html">Value Class and we want to determine which Users use the Value. The list of all Users of a particular Value is called a def-use chain. For example, let's say we have a Function* named F to a @@ -1225,7 +1225,7 @@ ReplaceInstWithInst(instToReplace->getParent()->getInstList(), ii,

You can use Value::replaceAllUsesWith and User::replaceUsesOfWith to change more than one use at a time. See the -doxygen documentation for the Value Class +doxygen documentation for the Value Class and User Class, respectively, for more information.

@@ -1669,7 +1669,7 @@ the lib/VMCore directory.

#include "llvm/Value.h"
-doxygen info: Value Class

+doxygen info: Value Class

The Value class is the most important class in the LLVM Source base. It represents a typed value that may be used (among other things) as an