diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index ede57e2..fc211ff 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -251,7 +251,7 @@ typedef struct node_sched_params node_sched_params; code in order to use sched_analyze() for computing the dependencies. They are used when initializing the sched_info structure. */ static const char * -sms_print_insn (const_rtx insn, int aligned ATTRIBUTE_UNUSED) +sms_print_insn (const rtx_insn *insn, int aligned ATTRIBUTE_UNUSED) { static char tmp[80]; |