X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_new_nodes.c;h=206bf3f495afbd375a133c36b063e75d86d61cc4;hb=8c9bd910f70b291d3ffc76d87dd514236152053f;hp=bf83881f08f39c9701ff2081a45bd98399724584;hpb=86698cdbe5ac4bb3aea1722631fe767a3d766644;p=libfirm diff --git a/ir/be/ia32/ia32_new_nodes.c b/ir/be/ia32/ia32_new_nodes.c index bf83881f0..206bf3f49 100644 --- a/ir/be/ia32/ia32_new_nodes.c +++ b/ir/be/ia32/ia32_new_nodes.c @@ -1038,7 +1038,8 @@ init_ia32_condcode_attributes(ir_node *res, long pnc) { ***************************************************************************************/ /* default compare operation to compare attributes */ -int ia32_compare_attr(const ia32_attr_t *a, const ia32_attr_t *b) { +int ia32_compare_attr(const ia32_attr_t *a, const ia32_attr_t *b) +{ if (a->data.tp != b->data.tp) return 1; @@ -1060,9 +1061,6 @@ int ia32_compare_attr(const ia32_attr_t *a, const ia32_attr_t *b) { || a->frame_ent != b->frame_ent) return 1; - if (a->data.tp != b->data.tp) - return 1; - if (a->data.has_except_label != b->data.has_except_label) return 1;