]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-inline.h
Merge from transactional-memory branch.
[thirdparty/gcc.git] / gcc / tree-inline.h
index fb039e3194ca513997b3cdc84cd31cdc7f31b214..2aac5f8b9d36dd6a07377edeafe0df40156c877d 100644 (file)
@@ -144,6 +144,9 @@ typedef struct eni_weights_d
   /* Cost for omp construct.  */
   unsigned omp_cost;
 
+  /* Cost for tm transaction.  */
+  unsigned tm_cost;
+
   /* Cost of return.  */
   unsigned return_cost;