From: Michael Beck Date: Thu, 24 Mar 2011 23:32:07 +0000 (+0100) Subject: Updated comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9b19775fc9247e194ee09ff3617ef52f4aaebaf8;p=libfirm Updated comment. --- diff --git a/include/libfirm/iropt.h b/include/libfirm/iropt.h index 4339258a4..9e25788c4 100644 --- a/include/libfirm/iropt.h +++ b/include/libfirm/iropt.h @@ -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) */