Clean up the HTML here a bit.

llvm-svn: 136074
This commit is contained in:
Bill Wendling 2011-07-26 10:41:15 +00:00
parent fe750c827a
commit 82fa07e47a

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>