aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-02-12 18:32:16 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2009-02-12 10:32:16 -0800
commit328e13b7d2526ab1271f26f77f4b34ee72ca13c7 (patch)
tree1d5417eb5084339da0db386c0512459a4b4b0d49 /gcc/recog.c
parent94af6686cc6d54ef13d12c9c819df9102e743e8d (diff)
downloadgcc-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/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 540617d..7c22fae 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. */