diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-02-12 18:32:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-02-12 10:32:16 -0800 |
commit | 328e13b7d2526ab1271f26f77f4b34ee72ca13c7 (patch) | |
tree | 1d5417eb5084339da0db386c0512459a4b4b0d49 /gcc/caller-save.c | |
parent | 94af6686cc6d54ef13d12c9c819df9102e743e8d (diff) | |
download | gcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.zip gcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.tar.gz gcc-328e13b7d2526ab1271f26f77f4b34ee72ca13c7.tar.bz2 |
caller-save.c: Replace regclass.c with reginfo.c in comments.
2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
* caller-save.c: Replace regclass.c with reginfo.c in comments.
* recog.c: Likewise.
* rtl.h: Likewise.
From-SVN: r144135
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r-- | gcc/caller-save.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c index 303da88..8d46047 100644 --- a/gcc/caller-save.c +++ b/gcc/caller-save.c @@ -188,7 +188,7 @@ reg_restore_code (int reg, enum machine_mode mode) /* Initialize for caller-save. Look at all the hard registers that are used by a call and for which - regclass.c has not already excluded from being used across a call. + reginfo.c has not already excluded from being used across a call. Ensure that we can find a mode to save the register and that there is a simple insn to save and restore the register. This latter check avoids |