diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2290,7 +2290,7 @@ extern rtx canon_rtx (rtx); extern int true_dependence (const_rtx, enum machine_mode, const_rtx, bool (*)(const_rtx, bool)); extern rtx get_addr (rtx); extern int canon_true_dependence (const_rtx, enum machine_mode, rtx, const_rtx, - bool (*)(const_rtx, bool)); + rtx, bool (*)(const_rtx, bool)); extern int read_dependence (const_rtx, const_rtx); extern int anti_dependence (const_rtx, const_rtx); extern int output_dependence (const_rtx, const_rtx); |