[llvm] r207906 - Updated Doxygen link for InstIterator.h.
Yaron Keren
yaron.keren at gmail.com
Sat May 3 05:06:13 PDT 2014
Author: yrnkrn
Date: Sat May 3 07:06:13 2014
New Revision: 207906
URL: http://llvm.org/viewvc/llvm-project?rev=207906&view=rev
Log:
Updated Doxygen link for InstIterator.h.
Modified:
llvm/trunk/docs/ProgrammersManual.rst
Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=207906&r1=207905&r2=207906&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Sat May 3 07:06:13 2014
@@ -1560,7 +1560,7 @@ If you're finding that you commonly iter
``BasicBlock``\ s and then that ``BasicBlock``'s ``Instruction``\ s,
``InstIterator`` should be used instead. You'll need to include
``llvm/IR/InstIterator.h`` (`doxygen
-<http://llvm.org/doxygen/InstIterator_8h-source.html>`__) and then instantiate
+<http://llvm.org/doxygen/InstIterator_8h.html>`__) and then instantiate
``InstIterator``\ s explicitly in your code. Here's a small example that shows
how to dump all instructions in a function to the standard error stream:
More information about the llvm-commits
mailing list