aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r--gcc/tree-inline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index 1fa360a..895a0af 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -103,6 +103,9 @@ typedef struct eni_weights_d
/* Cost per call. */
unsigned call_cost;
+ /* Cost per call to a target specific builtin */
+ unsigned target_builtin_call_cost;
+
/* Cost of "expensive" div and mod operations. */
unsigned div_mod_cost;