diff --git a/docs/LangRef.html b/docs/LangRef.html index ad74b1c5e7e..395c9bbabf1 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3010,7 +3010,8 @@ should not be exposed to source languages.

Syntax:
-  br i1 <cond>, label <iftrue>, label <iffalse>
br label <dest> ; Unconditional branch + br i1 <cond>, label <iftrue>, label <iffalse> + br label <dest> ; Unconditional branch
Overview: