From 51d8477e3b9f11aa3d8f38ef386ab46a63b26a0b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 14 Apr 2010 12:17:57 +0000 Subject: [PATCH] fixed indentation [r27395] --- ir/opt/combo.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ir/opt/combo.c b/ir/opt/combo.c index 3801c4fda..dab787e7b 100644 --- a/ir/opt/combo.c +++ b/ir/opt/combo.c @@ -2342,12 +2342,12 @@ static void compute_Proj_Cmp(node_t *node, ir_node *cmp) } else if (is_con(a) && is_con(b)) { default_compute(node); - /* - * BEWARE: a == a is NOT always True for floating Point values, as - * NaN != NaN is defined, so we must check this here. - * (while for some pnc we could still optimize we have to stay - * consistent with compute_Cmp, so don't do anything for floats) - */ + /* + * BEWARE: a == a is NOT always True for floating Point values, as + * NaN != NaN is defined, so we must check this here. + * (while for some pnc we could still optimize we have to stay + * consistent with compute_Cmp, so don't do anything for floats) + */ } else if (r->part == l->part && !mode_is_float(get_irn_mode(l->node))) { tv = pnc & pn_Cmp_Eq ? tarval_b_true : tarval_b_false; -- 2.20.1