From c4f5bb0fdea2705955675ace144b9599b8dd1645 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 18 Sep 2002 02:21:57 +0000 Subject: [PATCH] Fixed grammar (User's -> Users). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3804 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: