Document the icmp and fcmp constant expressions.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 19:23:19 +0000 (19:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 19:23:19 +0000 (19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32188 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 7f0353102faf7e493e768d171600e76471ec9c1f..7cbcef5b5cc25398e5927654cf0d70c8e1f445c3 100644 (file)
@@ -1255,7 +1255,13 @@ following is the syntax for constant expressions:</p>
   <dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt>
 
   <dd>Perform the <a href="#i_select">select operation</a> on
-  constants.
+  constants.</dd>
+
+  <dt><b><tt>icmp COND ( VAL1, VAL2 )</tt></b></dt>
+  <dd>Performs the <a href="#i_icmp">icmp operation</a> on constants.</dd>
+
+  <dt><b><tt>fcmp COND ( VAL1, VAL2 )</tt></b></dt>
+  <dd>Performs the <a href="#i_fcmp">fcmp operation</a> on constants.</dd>
 
   <dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt>
 
@@ -1265,13 +1271,13 @@ following is the syntax for constant expressions:</p>
   <dt><b><tt>insertelement ( VAL, ELT, IDX )</tt></b></dt>
 
   <dd>Perform the <a href="#i_insertelement">insertelement
-  operation</a> on constants.
+    operation</a> on constants.</dd>
 
 
   <dt><b><tt>shufflevector ( VEC1, VEC2, IDXMASK )</tt></b></dt>
 
   <dd>Perform the <a href="#i_shufflevector">shufflevector
-  operation</a> on constants.
+    operation</a> on constants.</dd>
 
   <dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>