[llvm-commits] [llvm] r85769 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Sun Nov 1 16:25:26 PST 2009


Author: void
Date: Sun Nov  1 18:25:26 2009
New Revision: 85769

URL: http://llvm.org/viewvc/llvm-project?rev=85769&view=rev
Log:
Add missing end-tag.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=85769&r1=85768&r2=85769&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Nov  1 18:25:26 2009
@@ -2538,7 +2538,7 @@
    '<a href="#i_ret"><tt>ret</tt></a>' instruction, the
    '<a href="#i_br"><tt>br</tt></a>' instruction, the
    '<a href="#i_switch"><tt>switch</tt></a>' instruction, the
-   '<a href="#i_indirectbr">'<tt>indirectbr</tt>' Instruction, the
+   '<a href="#i_indirectbr">'<tt>indirectbr</tt></a>' Instruction, the
    '<a href="#i_invoke"><tt>invoke</tt></a>' instruction, the
    '<a href="#i_unwind"><tt>unwind</tt></a>' instruction, and the
    '<a href="#i_unreachable"><tt>unreachable</tt></a>' instruction.</p>





More information about the llvm-commits mailing list