Updated comment.
authorMichael Beck <mm.beck@gmx.net>
Thu, 24 Mar 2011 23:32:07 +0000 (00:32 +0100)
committerMichael Beck <mm.beck@gmx.net>
Thu, 24 Mar 2011 23:33:14 +0000 (00:33 +0100)
include/libfirm/iropt.h

index 4339258..9e25788 100644 (file)
@@ -104,7 +104,7 @@ FIRM_API ir_relation ir_get_possible_cmp_relations(const ir_node *left,
                                                    const ir_node *right);
 
 /**
- * tests whether a given Cmp node is an equal/not-equal test with 0
+ * tests whether a given Cmp node is a non-floating point equal/not-equal test with 0
  * (this is a bit tricky because it has to catch x!=0 for the signed case and
  *  x>0 for the unsigned case)
  */