Clean up the HTML here a bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2011-07-26 10:41:15 +00:00
parent 8aa695dc6f
commit b3aa4715c1

View 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>