[llvm-commits] [llvm] r85320 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Tue Oct 27 14:44:20 PDT 2009
Author: lattner
Date: Tue Oct 27 16:44:20 2009
New Revision: 85320
URL: http://llvm.org/viewvc/llvm-project?rev=85320&view=rev
Log:
improvements from gabor.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=85320&r1=85319&r2=85320&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Oct 27 16:44:20 2009
@@ -2188,8 +2188,8 @@
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
More information about the llvm-commits
mailing list