diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-18 19:47:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-18 19:47:10 +0000 |
commit | 454ff5cbf0544db194bc0b1a87902f913ab93faa (patch) | |
tree | 415e77fa8943b51c9cb97549ca6147abb08d118f /gcc/reg-stack.c | |
parent | 112cdef5e66fccce5475fabb5317805e012dc212 (diff) | |
download | gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.gz |
alias.c, [...]: Fix comment typos.
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
tree-ssa-operands.c, tree-ssa-phiopt.c,
tree-ssa-threadupdate.c: Fix comment typos.
From-SVN: r87707
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index f8fca7322cd..ee9c1e90402 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -105,7 +105,7 @@ asm ("foo" : "=t" (a) : "f" (b)); This asm says that input B is not popped by the asm, and that - the asm pushes a result onto the reg-stack, ie, the stack is one + the asm pushes a result onto the reg-stack, i.e., the stack is one deeper after the asm than it was before. But, it is possible that reload will think that it can use the same reg for both the input and the output, if input B dies in this insn. @@ -2393,7 +2393,7 @@ subst_stack_regs (rtx insn, stack regstack) Insert any needed insns before or after INSN, as indicated by WHERE. OLD is the original stack layout, and NEW is the desired - form. OLD is updated to reflect the code emitted, ie, it will be + form. OLD is updated to reflect the code emitted, i.e., it will be the same as NEW upon return. This function will not preserve block_end[]. But that information |