diff options
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 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. */ |