summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-26 10:41:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-26 10:41:15 +0000
commit16b867416f0e94432d214b7b38a26a7b54775506 (patch)
tree3797927ec32ccb143214256f7ecff2563b141025 /llvm/docs/LangRef.html
parent6a51402a8a35f592a5ca1a61191a313d199efbdc (diff)
downloadbcm5719-llvm-16b867416f0e94432d214b7b38a26a7b54775506.tar.gz
bcm5719-llvm-16b867416f0e94432d214b7b38a26a7b54775506.zip
Clean up the HTML here a bit.
llvm-svn: 136074
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index ad74b1c5e7e..395c9bbabf1 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>
OpenPOWER on IntegriCloud