improvements from gabor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-10-27 21:44:20 +00:00
parent 7b876e4644
commit 3fd77cefc1

View File

@ -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