icmp doesn't support comparison of packed types.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 19 Jan 2007 17:11:12 +0000 (17:11 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 19 Jan 2007 17:11:12 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33357 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 9bd6913715650056d7ed35ca0174304ad48a6f1b..c423c0b5745d29685fce1f2d0a6a9b1f440f4a97 100644 (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>