diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 118025a4ff0..5bd79053c1d 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1637,6 +1637,7 @@ extern rtx prev_cc0_setter (rtx); /* In cfglayout.c */ extern int insn_line (const_rtx); extern const char * insn_file (const_rtx); +extern location_t locator_location (int); extern int locator_line (int); extern const char * locator_file (int); extern bool locator_eq (int, int); |