diff options
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r-- | gcc/caller-save.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c index a0c402e..11df2ec 100644 --- a/gcc/caller-save.c +++ b/gcc/caller-save.c @@ -103,8 +103,8 @@ static GTY(()) rtx savepat; static GTY(()) rtx restpat; static GTY(()) rtx test_reg; static GTY(()) rtx test_mem; -static GTY(()) rtx saveinsn; -static GTY(()) rtx restinsn; +static GTY(()) rtx_insn *saveinsn; +static GTY(()) rtx_insn *restinsn; /* Return the INSN_CODE used to save register REG in mode MODE. */ static int |