aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-10 11:33:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-10 11:33:39 +0000
commit6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 (patch)
tree1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/resource.c
parent3717a9799293e47e4bbc18f7cda76b88e886e22e (diff)
downloadgcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.zip
gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.gz
gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.bz2
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
Diffstat (limited to 'gcc/resource.c')
-rw-r--r--gcc/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/resource.c b/gcc/resource.c
index 10b0d34..8a27855 100644
--- a/gcc/resource.c
+++ b/gcc/resource.c
@@ -619,7 +619,7 @@ find_dead_or_set_registers (target, res, jump_target, jump_count, set, needed)
SETs CC0 even though this is not totally correct. The reason for this is
that we require a SET of CC0 to immediately precede the reference to CC0.
So if some other insn sets CC0 as a side-effect, we know it cannot affect
- our computation and thus may be placed in a delay slot. */
+ our computation and thus may be placed in a delay slot. */
void
mark_set_resources (x, res, in_dest, mark_type)