From: Bill Wendling
Date: Tue, 26 Jul 2011 10:41:15 +0000 (+0000)
Subject: Clean up the HTML here a bit.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3aa4715c18e43d9ba0fdad7b3cae5c8f0a52143;p=oota-llvm.git
Clean up the HTML here a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136074 91177308-0d34-0410-b5e6-96231b3b80d8
---
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: