From: Chris Lattner
Date: Tue, 27 Oct 2009 21:44:20 +0000 (+0000)
Subject: improvements from gabor.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3fd77cefc134abde19cce529039ae88d5c43fb2e;p=oota-llvm.git
improvements from gabor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85320 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 949ffe6c29a..6025b41ad70 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2188,8 +2188,8 @@ has undefined behavior.
behavior - though, again, comparison against null is ok, and no label is
equal to the null pointer. This may also be passed around as an opaque
pointer sized value as long as the bits are not inspected. This allows
- ptrtoint and arithmetic to be performed on these values so long as the
- original value is reconsistituted before the indbr.
+ ptrtoint and arithmetic to be performed on these values so long as
+ the original value is reconsistituted before the indbr.
Finally, some targets may provide defined semantics when
using the value as the operand to an inline assembly, but that is target