diff options
Diffstat (limited to 'gcc/read-rtl-function.h')
-rw-r--r-- | gcc/read-rtl-function.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/read-rtl-function.h b/gcc/read-rtl-function.h index 45ada84de14..10ceab85cff 100644 --- a/gcc/read-rtl-function.h +++ b/gcc/read-rtl-function.h @@ -22,4 +22,7 @@ along with GCC; see the file COPYING3. If not see extern bool read_rtl_function_body (const char *path); +extern bool read_rtl_function_body_from_file_range (location_t start_loc, + location_t end_loc); + #endif /* GCC_READ_RTL_FUNCTION_H */ |