aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cfg-flags.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cfg-flags.def')
-rw-r--r--gcc-4.9/gcc/cfg-flags.def8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc-4.9/gcc/cfg-flags.def b/gcc-4.9/gcc/cfg-flags.def
index a28ba34b5..afd239463 100644
--- a/gcc-4.9/gcc/cfg-flags.def
+++ b/gcc-4.9/gcc/cfg-flags.def
@@ -93,9 +93,8 @@ DEF_BASIC_BLOCK_FLAG(VISITED, 13)
demand, and is available after calling compute_transaction_bits(). */
DEF_BASIC_BLOCK_FLAG(IN_TRANSACTION, 14)
-/* Set on blocks that has been annotated during AutoFDO profile
- attribution. */
-DEF_BASIC_BLOCK_FLAG(ANNOTATED, 15)
+/* Set on blocks that fp could be used freely. */
+DEF_BASIC_BLOCK_FLAG(FP_IS_FREE, 15)
#endif
#ifdef DEF_EDGE_FLAG
@@ -180,9 +179,6 @@ DEF_EDGE_FLAG(TM_UNINSTRUMENTED, 15)
/* Abort (over) edge out of a GIMPLE_TRANSACTION statement. */
DEF_EDGE_FLAG(TM_ABORT, 16)
-/* Annotated during AutoFDO profile attribution. */
-DEF_EDGE_FLAG(ANNOTATED, 17)
-
/* Edge probability predicted by __builtin_expect. */
DEF_EDGE_FLAG(PREDICTED_BY_EXPECT, 18)