From 1801b5ce0f8502ec25a7dd14550e5f5511bff243 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 21 May 2008 15:10:20 +0000 Subject: [PATCH] typos fixed [r19703] --- ir/be/bechordal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bechordal.c b/ir/be/bechordal.c index 777bc735b..271210501 100644 --- a/ir/be/bechordal.c +++ b/ir/be/bechordal.c @@ -310,7 +310,7 @@ static ir_node *prepare_constr_insn(be_chordal_env_t *env, ir_node *irn) } } - /* collect all registers occuring in out constraints. */ + /* collect all registers occurring in out constraints. */ for(i = 0; i < insn->use_start; ++i) { be_operand_t *op = &insn->ops[i]; if(op->has_constraints) @@ -332,7 +332,7 @@ static ir_node *prepare_constr_insn(be_chordal_env_t *env, ir_node *irn) Check, if 1) the operand is constrained. 2) lives through the node. - 3) is constrained to a register occuring in out constraints. + 3) is constrained to a register occurring in out constraints. */ if(!op->has_constraints || !values_interfere(birg, insn->irn, op->carrier) || -- 2.20.1