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/recog.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/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 540617d5bb4..7c22faec6de 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -77,7 +77,7 @@ static rtx split_insn (rtx); This should be 0 if you are generating rtl, such as if you are calling the functions in optabs.c and expmed.c (most of the time). This should be 1 if all valid insns need to be recognized, - such as in regclass.c and final.c and reload.c. + such as in reginfo.c and final.c and reload.c. init_recog and init_recog_no_volatile are responsible for setting this. */ |