From 66de04936bc95efd6862e18f1d069793966fd79e Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 26 Mar 2010 19:04:42 +0000 Subject: [PATCH] http://englishplus.com/grammar/00000296.htm llvm-svn: 99635 --- llvm/docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index d096f5a722d8..cf936d1571a8 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -1962,7 +1962,7 @@ for (Value::use_iterator i = F->use_begin(), e = F->use_end(); i != e; ++i -

Alternately, it's common to have an instance of the Alternatively, it's common to have an instance of the User Class and need to know what Values are used by it. The list of all Values used by a User is known as a use-def chain. Instances of class