diff options
Diffstat (limited to 'gcc/emit-rtl.h')
-rw-r--r-- | gcc/emit-rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index 4e7bd1e..f089355 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -75,9 +75,6 @@ struct GTY(()) rtl_data { result in a register, current_function_return_rtx will always be the hard register containing the result. */ rtx return_rtx; - /* If nonxero, an RTL expression for the lcoation at which the current - function returns bounds for its result. */ - rtx return_bnd; /* Vector of initial-value pairs. Each pair consists of a pseudo register of approprite mode that stores the initial value a hard |