[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Fri Jan 19 09:11:28 PST 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.200 -> 1.201
---
Log message:
icmp doesn't support comparison of packed types.
---
Diffs of the changes: (+1 -4)
LangRef.html | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.200 llvm/docs/LangRef.html:1.201
--- llvm/docs/LangRef.html:1.200 Mon Jan 15 12:28:34 2007
+++ llvm/docs/LangRef.html Fri Jan 19 11:11:12 2007
@@ -3185,9 +3185,6 @@
</ol>
<p>If the operands are <a href="#t_pointer">pointer</a> typed, the pointer
values are treated as integers and then compared.</p>
-<p>If the operands are <a href="#t_packed">packed</a> typed, the elements of
-the vector are compared in turn and the predicate must hold for all
-elements.</p>
<h5>Example:</h5>
<pre> <result> = icmp eq i32 4, 5 <i>; yields: result=false</i>
@@ -4487,7 +4484,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/01/15 18:28:34 $
+ Last modified: $Date: 2007/01/19 17:11:12 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list