projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa695d
)
Clean up the HTML here a bit.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 26 Jul 2011 10:41:15 +0000
(10:41 +0000)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index ad74b1c5e7e7df574f15d8a6c3c9f674b608098d..395c9bbabf170cce1665aa8c926883939c432c5b 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-3010,7
+3010,8
@@
should not be exposed to source languages.</p>
<h5>Syntax:</h5>
<pre>
- br i1 <cond>, label <iftrue>, label <iffalse><br> br label <dest> <i>; Unconditional branch</i>
+ br i1 <cond>, label <iftrue>, label <iffalse>
+ br label <dest> <i>; Unconditional branch</i>
</pre>
<h5>Overview:</h5>