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 | 6091ff346c39b1068aacd8f99fb79c3f53397f10 (patch) | |
tree | 43038f6370bb27ac42f77f76b6e0a5b0443349d2 /docs/ProgrammersManual.html | |
parent | a7a33fd95f15428b7030ef1b764fcf924d5199c8 (diff) | |
download | external_llvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.zip external_llvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.tar.gz external_llvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.tar.bz2 |
http://englishplus.com/grammar/00000296.htm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index d096f5a..cf936d1 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 </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 |