diff options
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index b9c549d..df974a9 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -402,7 +402,7 @@ extern struct target_recog *this_target_recog; #define this_target_recog (&default_target_recog) #endif -alternative_mask get_enabled_alternatives (rtx); +alternative_mask get_enabled_alternatives (rtx_insn *); void recog_init (); #endif |