diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-03-26 19:04:42 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-03-26 19:04:42 +0000 |
| commit | 66de04936bc95efd6862e18f1d069793966fd79e (patch) | |
| tree | 9ed27af23c972175a5685842fef550afc2b13167 /llvm/docs/ProgrammersManual.html | |
| parent | 16204101dff606552f0ecc5b372aabd0452067bb (diff) | |
| download | bcm5719-llvm-66de04936bc95efd6862e18f1d069793966fd79e.tar.gz bcm5719-llvm-66de04936bc95efd6862e18f1d069793966fd79e.zip | |
http://englishplus.com/grammar/00000296.htm
llvm-svn: 99635
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
| -rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index d096f5a722d..cf936d1571a 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 </pre> </div> -<p>Alternately, it's common to have an instance of the <a +<p>Alternatively, it's common to have an instance of the <a href="/doxygen/classllvm_1_1User.html">User Class</a> and need to know what <tt>Value</tt>s are used by it. The list of all <tt>Value</tt>s used by a <tt>User</tt> is known as a <i>use-def</i> chain. Instances of class |

