summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 18:53:42 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 18:53:42 -0800
commitabcd805cb77cfcfe0b5f911b784610983750a0b2 (patch)
tree23f256c89b81755f41df512d9410a3e70cc53a10 /gcc/output.h
parent7aeb8da2138f7521a78d377343b3a266e1e6f9d6 (diff)
remove epilogue delay list
Diffstat (limited to 'gcc/output.h')
-rwxr-xr-xgcc/output.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 26d62c9..227da4c 100755
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -444,11 +444,6 @@ extern char *current_function_name;
DECL_RTL (DECL_RESULT (current_function_decl)). */
extern rtx current_function_return_rtx;
-
-/* If some insns can be deferred to the delay slots of the epilogue, the
- delay list for them is recorded here. */
-
-extern rtx current_function_epilogue_delay_list;
#endif
/* Nonzero means generate position-independent code.