diff options
-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> |