From 03c056a6176bd43f65ece71c7eca4de1738287d2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Jan 2007 17:11:12 +0000 Subject: icmp doesn't support comparison of packed types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33357 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 9bd6913715..c423c0b574 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3185,9 +3185,6 @@ yields a i1 result, as follows:

If the operands are pointer typed, the pointer values are treated as integers and then compared.

-

If the operands are packed typed, the elements of -the vector are compared in turn and the predicate must hold for all -elements.

Example:
  <result> = icmp eq i32 4, 5          ; yields: result=false
-- 
cgit v1.2.3