icmp doesn't support comparison of packed types.

llvm-svn: 33357
This commit is contained in:
Reid Spencer 2007-01-19 17:11:12 +00:00
parent ee187be5ca
commit 49c6e09c7c
1 changed files with 0 additions and 3 deletions

View File

@ -3185,9 +3185,6 @@ yields a <a href="#t_primitive">i1</a> result, as follows:
</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> &lt;result&gt; = icmp eq i32 4, 5 <i>; yields: result=false</i>