diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index ece51c8..d3a3e02 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1183,7 +1183,7 @@ record_hard_reg_uses (rtx *px, void *data) will not be used, which we ignore. */ rtx -single_set_2 (const_rtx insn, const_rtx pat) +single_set_2 (const rtx_insn *insn, const_rtx pat) { rtx set = NULL; int set_verified = 1; |