We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6cf8f commit 450dfebCopy full SHA for 450dfeb
llvm/docs/ProgrammersManual.html
@@ -1960,12 +1960,12 @@
1960
errs() << *Inst << "\n";
1961
}
1962
</pre>
1963
-Note that dereferencing a <tt>Value::use_iterator</tt is not a very cheap
+</div>
1964
+
1965
+Note that dereferencing a <tt>Value::use_iterator</tt> is not a very cheap
1966
operation. Instead of performing <tt>*i</tt> above several times, consider
1967
doing it only once in the loop body and reusing its result.
1968
-</div>
-
1969
<p>Alternatively, it's common to have an instance of the <a
1970
href="/doxygen/classllvm_1_1User.html">User Class</a> and need to know what
1971
<tt>Value</tt>s are used by it. The list of all <tt>Value</tt>s used by a
0 commit comments