diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-07-26 10:41:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-07-26 10:41:15 +0000 |
commit | b3aa4715c18e43d9ba0fdad7b3cae5c8f0a52143 (patch) | |
tree | 222cd4978cd763170726c308ead3d669d5d50370 /docs/LangRef.html | |
parent | 8aa695dc6f2649e53716b74e781bcc5845a6eba8 (diff) |
Clean up the HTML here a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index ad74b1c5e7..395c9bbabf 100644 --- 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> |