From 9bb328756235509a74ffb9c3fcbfac86d9c409f1 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 10 Dec 2008 16:28:02 +0000 Subject: [PATCH] Fix comments. [r24491] --- ir/be/beabi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 6bb5fbaf4..ac8044955 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -631,13 +631,12 @@ static ir_node *adjust_call(be_abi_irg_t *env, ir_node *irn, ir_node *curr_sp) } if (destroy_all_regs) { - /* even if destroyed all is specified, neither SP for FP are destroyed (else bad things will happen) */ + /* even if destroyed all is specified, neither SP nor FP are destroyed (else bad things will happen) */ pset_new_remove(&destroyed_regs, arch_env->sp); pset_new_remove(&destroyed_regs, arch_env->bp); } - - /* search the greatest result proj number */ + /* search the largest result proj number */ res_projs = ALLOCANZ(ir_node*, n_res); foreach_out_edge(irn, edge) { -- 2.20.1