From 6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 10 Oct 2001 11:33:39 +0000 Subject: calls.c: Fix formatting. * calls.c: Fix formatting. * c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r46145 --- gcc/reorg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/reorg.c') diff --git a/gcc/reorg.c b/gcc/reorg.c index 97a8354..7ef9e11 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -118,7 +118,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA based on the condition code of the previous insn. The HP-PA can conditionally nullify insns, providing a similar - effect to the ARM, differing mostly in which insn is "in charge". */ + effect to the ARM, differing mostly in which insn is "in charge". */ #include "config.h" #include "system.h" @@ -2123,7 +2123,7 @@ fill_simple_delay_slots (non_jumps_p) tmp++; /* Remove the unconditional jump from consideration for delay slot - filling and unthread it. */ + filling and unthread it. */ if (*tmp == trial) *tmp = 0; { @@ -2309,7 +2309,7 @@ fill_simple_delay_slots (non_jumps_p) break; /* See if we have a resource problem before we try to - split. */ + split. */ if (GET_CODE (pat) != SEQUENCE && ! insn_references_resource_p (trial, &set, 1) && ! insn_sets_resource_p (trial, &set, 1) -- cgit v1.1