diff options
Diffstat (limited to 'gcc/config/sh/sh.h')
-rw-r--r-- | gcc/config/sh/sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 4876fd6c9cd..ef42a1bfc9d 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -2291,8 +2291,8 @@ struct sh_args { final_prescan_insn ((INSN), (OPVEC), (NOPERANDS)) -extern struct rtx_def *sh_compare_op0; -extern struct rtx_def *sh_compare_op1; +extern rtx sh_compare_op0; +extern rtx sh_compare_op1; /* Which processor to schedule for. The elements of the enumeration must match exactly the cpu attribute in the sh.md file. */ |