summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-27 21:44:20 +0000
committerChris Lattner <sabre@nondot.org>2009-10-27 21:44:20 +0000
commit3fd77cefc134abde19cce529039ae88d5c43fb2e (patch)
tree9e331126746a1d4fa0dcdf340a79eb6728f9f26b /docs
parent7b876e464478bfbafb30b31cd205848fbdebcc8a (diff)
downloadllvm-3fd77cefc134abde19cce529039ae88d5c43fb2e.tar.gz
llvm-3fd77cefc134abde19cce529039ae88d5c43fb2e.tar.bz2
llvm-3fd77cefc134abde19cce529039ae88d5c43fb2e.tar.xz
improvements from gabor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 949ffe6c29..6025b41ad7 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2188,8 +2188,8 @@ has undefined behavior.</p>
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 <tt>indbr</tt>.</p>
+ <tt>ptrtoint</tt> and arithmetic to be performed on these values so long as
+ the original value is reconsistituted before the <tt>indbr</tt>.</p>
<p>Finally, some targets may provide defined semantics when
using the value as the operand to an inline assembly, but that is target