diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-02-18 17:01:30 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-02-18 17:01:30 -0800 |
commit | e9e79d69087d40699b4494655fb117a16e7adbe0 (patch) | |
tree | dd8e4f3d73b66a708236111c53ce79774d239417 | |
parent | 53dd0e6e8d81ca96930e401efb379c2b5b54d8ad (diff) | |
download | gcc-e9e79d69087d40699b4494655fb117a16e7adbe0.zip gcc-e9e79d69087d40699b4494655fb117a16e7adbe0.tar.gz gcc-e9e79d69087d40699b4494655fb117a16e7adbe0.tar.bz2 |
*** empty log message ***
From-SVN: r345
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 3121b8b..717185d 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -5217,7 +5217,7 @@ emit_reload_insns (insn) can inherit the reloads. Update spill_reg_store for the reloads of this insn. - Copy the elements that were updated in the loop above. */ + Copy the elements that were updated in the loop above. */ for (j = 0; j < n_reloads; j++) { |