From ffe5947b77003cda3595c5476153f86764b0ba47 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 6 Aug 2010 17:14:51 +0000 Subject: [PATCH] Indent. [r27884] --- ir/be/bechordal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bechordal.c b/ir/be/bechordal.c index a1b90960a..be0848230 100644 --- a/ir/be/bechordal.c +++ b/ir/be/bechordal.c @@ -129,7 +129,7 @@ static void pair_up_operands(const be_chordal_alloc_env_t *alloc_env, be_insn_t /* * For each out operand, try to find an in operand which can be assigned the * same register as the out operand. - */ + */ for (j = 0; j < insn->use_start; ++j) { be_operand_t *smallest = NULL; int smallest_n_regs = env->cls->n_regs + 1; -- 2.20.1