diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-12 18:32:16 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-12 18:32:16 +0000 |
commit | ac502adfcd04f04de9efd6fda6ecce9ea68532b0 (patch) | |
tree | 1d5417eb5084339da0db386c0512459a4b4b0d49 /gcc/caller-save.c | |
parent | 00c42bdb40f911a9bf7e0fa149c099a37546bb79 (diff) | |
download | gcc-ac502adfcd04f04de9efd6fda6ecce9ea68532b0.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144135 138bc75d-0d04-0410-961f-82ee72b054a4
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 303da88bb48..8d46047d5f8 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 |