diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-09 05:08:34 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-09 05:08:34 +0000 |
commit | 6e43306c51b2b5afbb5779d8b5dd051a472253f4 (patch) | |
tree | 383a5b0d197a27bc869d789341413a1641bbe1e8 /gcc/reload.h | |
parent | f500ad44571e19da9ca5bfcca8874a5f50132065 (diff) | |
download | gcc-6e43306c51b2b5afbb5779d8b5dd051a472253f4.tar.gz |
Fix unterminated comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4395 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 4369d23db3d..93de26a0dc9 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -169,7 +169,7 @@ extern int safe_from_earlyclobber PROTO((rtx, rtx)); /* Search the body of INSN for values that need reloading and record them with push_reload. REPLACE nonzero means record also where the values occur - so that subst_reloads can be used. + so that subst_reloads can be used. */ extern void find_reloads PROTO((rtx, int, int, int, short *)); /* Compute the sum of X and Y, making canonicalizations assumed in an |