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