From: Gabor Greif Date: Fri, 26 Mar 2010 19:04:42 +0000 (+0000) Subject: http://englishplus.com/grammar/00000296.htm X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6091ff346c39b1068aacd8f99fb79c3f53397f10;p=oota-llvm.git http://englishplus.com/grammar/00000296.htm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99635 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index d096f5a722d..cf936d1571a 100644 --- a/docs/ProgrammersManual.html +++ b/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