diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index 0ee2be7b654..2c5c06a597c 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -296,7 +296,7 @@ extern void output_quoted_string (FILE *, const char *); insn output code. This variable is defined in final.c. */ -extern rtx final_sequence; +extern rtx_sequence *final_sequence; /* The line number of the beginning of the current function. Various md code needs this so that it can output relative linenumbers. */ |