summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitda37b30b213ae1edf18e5a3e9e6523ce1c518a7e (patch)
tree3e6266a54e4fccf9675e62ad19db8508bb7f3784 /llvm/docs
parent6d8b15bebc491c01e963415be242f28ff85c80da (diff)
downloadbcm5719-llvm-da37b30b213ae1edf18e5a3e9e6523ce1c518a7e.tar.gz
bcm5719-llvm-da37b30b213ae1edf18e5a3e9e6523ce1c518a7e.zip
improvements from gabor.
llvm-svn: 85320
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 949ffe6c29a..6025b41ad70 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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
OpenPOWER on IntegriCloud