Clean up the HTML here a bit.
authorBill Wendling <isanbard@gmail.com>
Tue, 26 Jul 2011 10:41:15 +0000 (10:41 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 26 Jul 2011 10:41:15 +0000 (10:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136074 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index ad74b1c5e7e7df574f15d8a6c3c9f674b608098d..395c9bbabf170cce1665aa8c926883939c432c5b 100644 (file)
@@ -3010,7 +3010,8 @@ should not be exposed to source languages.</p>
 
 <h5>Syntax:</h5>
 <pre>
-  br i1 &lt;cond&gt;, label &lt;iftrue&gt;, label &lt;iffalse&gt;<br>  br label &lt;dest&gt;          <i>; Unconditional branch</i>
+  br i1 &lt;cond&gt;, label &lt;iftrue&gt;, label &lt;iffalse&gt;
+  br label &lt;dest&gt;          <i>; Unconditional branch</i>
 </pre>
 
 <h5>Overview:</h5>