From 40f03658801b3fb690d689bf46576688f5382075 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 26 Sep 2002 22:25:14 +0000 Subject: c-common.h: Follow spelling conventions. * c-common.h: Follow spelling conventions. * cpplex.c: Likewise. * cpplib.h: Likewise. * gthr-dce.h: Likewise. * gthr-posix.h: Likewise. * optabs.c: Likewise. * output.h: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * ra-rewrite.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reload.c: Likewise. * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. From-SVN: r57555 --- gcc/resource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/resource.c') diff --git a/gcc/resource.c b/gcc/resource.c index 3e60e43..a72dd9c 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -372,7 +372,7 @@ mark_referenced_resources (x, res, include_delayed_effects) We assume that they both use and set all registers. Using all registers ensures that a register will not be considered dead just because it crosses a setjmp call. A register should be - considered dead only if the setjmp call returns non-zero. */ + considered dead only if the setjmp call returns nonzero. */ if (find_reg_note (x, REG_SETJMP, NULL)) SET_HARD_REG_SET (res->regs); @@ -1178,7 +1178,7 @@ init_resource_info (epilogue_insn) /* Indicate what resources are required to be valid at the end of the current function. The condition code never is and memory always is. If the frame pointer is needed, it is and so is the stack pointer unless - EXIT_IGNORE_STACK is non-zero. If the frame pointer is not needed, the + EXIT_IGNORE_STACK is nonzero. If the frame pointer is not needed, the stack pointer is. Registers used to return the function value are needed. Registers holding global variables are needed. */ -- cgit v1.1