]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/target.def
tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
[thirdparty/gcc.git] / gcc / target.def
index 9ff97e690e991e76ec8010438a089ab1fea48dbb..479e1a111fc2b77d435d56da2a16e6fbbdaf3445 100644 (file)
@@ -1645,8 +1645,8 @@ DEFHOOKPOD
 DEFHOOK
 (rtx_costs,
  "",
- bool, (rtx x, int code, int outer_code, int *total, bool speed),
- hook_bool_rtx_int_int_intp_bool_false)
+ bool, (rtx x, int code, int outer_code, int opno, int *total, bool speed),
+ hook_bool_rtx_int_int_int_intp_bool_false)
 
 /* Compute the cost of X, used as an address.  Never called with
    invalid addresses.  */