diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-30 20:55:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-30 20:55:11 +0000 |
commit | e11e816ec758b244fc01ce2e51a363a0967ade19 (patch) | |
tree | 5571e1edfbc286f33f9f02aa9fb4c0a973d14f11 /gcc/local-alloc.c | |
parent | 76ae32d753d65655f9adcc8b8b2198ad11758407 (diff) | |
download | gcc-e11e816ec758b244fc01ce2e51a363a0967ade19.zip gcc-e11e816ec758b244fc01ce2e51a363a0967ade19.tar.gz gcc-e11e816ec758b244fc01ce2e51a363a0967ade19.tar.bz2 |
langhooks.c: Fix formatting.
* langhooks.c: Fix formatting.
* langhooks.h: Likewise.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* lists.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
From-SVN: r54070
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index dea22dd..77607ba 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1115,7 +1115,7 @@ update_equiv_regs () REG_N_REFS (regno) = 0; REG_FREQ (regno) = 0; delete_insn (equiv_insn); - + reg_equiv[regno].init_insns = XEXP (reg_equiv[regno].init_insns, 1); } @@ -1159,7 +1159,7 @@ update_equiv_regs () { int j; if (clear_regnos > 8) - { + { FOR_EACH_BB (bb) { AND_COMPL_REG_SET (bb->global_live_at_start, &cleared_regs); @@ -1167,8 +1167,8 @@ update_equiv_regs () } } else - EXECUTE_IF_SET_IN_REG_SET (&cleared_regs, 0, j, - { + EXECUTE_IF_SET_IN_REG_SET (&cleared_regs, 0, j, + { FOR_EACH_BB (bb) { CLEAR_REGNO_REG_SET (bb->global_live_at_start, j); |