diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-07-03 22:07:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-07-03 22:07:53 +0000 |
commit | 0f41302f4736dbb0fbf4690d6430ce581c5a9d80 (patch) | |
tree | e82dd48a4282d7b9e8b1c71b065b52af17254c52 /gcc/sched.c | |
parent | 9753f1136864a98cca12ab71f0ffe1af4dd84486 (diff) | |
download | gcc-0f41302f4736dbb0fbf4690d6430ce581c5a9d80.zip gcc-0f41302f4736dbb0fbf4690d6430ce581c5a9d80.tar.gz gcc-0f41302f4736dbb0fbf4690d6430ce581c5a9d80.tar.bz2 |
formatting tweaks
From-SVN: r12390
Diffstat (limited to 'gcc/sched.c')
-rw-r--r-- | gcc/sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched.c b/gcc/sched.c index 0617be3..aea307f 100644 --- a/gcc/sched.c +++ b/gcc/sched.c @@ -355,7 +355,7 @@ static rtx *reg_known_value; /* Vector recording for each reg_known_value whether it is due to a REG_EQUIV note. Future passes (viz., reload) may replace the pseudo with the equivalent expression and so we account for the - dependences that would be introduced if that happens. */ + dependences that would be introduced if that happens. */ /* ??? This is a problem only on the Convex. The REG_EQUIV notes created in assign_parms mention the arg pointer, and there are explicit insns in the RTL that modify the arg pointer. Thus we must ensure that such insns don't @@ -4058,7 +4058,7 @@ schedule_block (b, file) prev = PREV_INSN (insn); if (LINE_NOTE (note)) { - /* Re-use the original line-number note. */ + /* Re-use the original line-number note. */ LINE_NOTE (note) = 0; PREV_INSN (note) = prev; NEXT_INSN (prev) = note; |