diff options
Diffstat (limited to 'gcc/target.def')
-rw-r--r-- | gcc/target.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/target.def b/gcc/target.def index 7e0c96e..febd320 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -3545,9 +3545,9 @@ loop is only entered from the top.\n\ This hook is only used if @code{doloop_end} is available. The default\n\ implementation returns true. You can use @code{can_use_doloop_if_innermost}\n\ if the loop must be the innermost, and if there are no other restrictions.", - bool, (double_int iterations, double_int iterations_max, + bool, (const widest_int &iterations, const widest_int &iterations_max, unsigned int loop_depth, bool entered_at_top), - hook_bool_dint_dint_uint_bool_true) + hook_bool_wint_wint_uint_bool_true) /* Returns NULL if target supports the insn within a doloop block, otherwise it returns an error message. */ |