1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 99635
This commit is contained in:
Gabor Greif 2010-03-26 19:04:42 +00:00
parent 8d37faa2f7
commit f823bd13ae

View File

@ -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