diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 93ee0f3f262..421f3021ed3 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -830,7 +830,7 @@ be aware of the precaution above.

  • void replaceAllUsesWith(Value *V)

    This method traverses the use list of a Value changing all User's of the current value to refer to "V" +href="#User">Users of the current value to refer to "V" instead. For example, if you detect that an instruction always produces a constant value (for example through constant folding), you can replace all uses of the instruction with the constant like this: