]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/target.def
Merge with trunk.
[thirdparty/gcc.git] / gcc / target.def
index f6e42a17b0e5274cab5c281dd1e74c16958dd3ea..de75e8d0bd8d3927d22712efba02c3bfdb8a251f 100644 (file)
@@ -3610,9 +3610,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.  */