Skip to content

Commit 450dfeb

Browse files
committed
fix formatting and a validation fail
llvm-svn: 99640
1 parent 6d6cf8f commit 450dfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/ProgrammersManual.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,12 +1960,12 @@
19601960
errs() << *Inst << "\n";
19611961
}
19621962
</pre>
1963-
Note that dereferencing a <tt>Value::use_iterator</tt is not a very cheap
1963+
</div>
1964+
1965+
Note that dereferencing a <tt>Value::use_iterator</tt> is not a very cheap
19641966
operation. Instead of performing <tt>*i</tt> above several times, consider
19651967
doing it only once in the loop body and reusing its result.
19661968

1967-
</div>
1968-
19691969
<p>Alternatively, it's common to have an instance of the <a
19701970
href="/doxygen/classllvm_1_1User.html">User Class</a> and need to know what
19711971
<tt>Value</tt>s are used by it. The list of all <tt>Value</tt>s used by a

0 commit comments

Comments
 (0)