diff options
-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 |