diff options
Diffstat (limited to 'gcc/cfg-flags.def')
-rw-r--r-- | gcc/cfg-flags.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cfg-flags.def b/gcc/cfg-flags.def index e9e2dd604e6..aea8f06bd66 100644 --- a/gcc/cfg-flags.def +++ b/gcc/cfg-flags.def @@ -171,6 +171,12 @@ DEF_EDGE_FLAG(CAN_FALLTHRU, 13) This flag is only used for the RTL CFG. */ DEF_EDGE_FLAG(LOOP_EXIT, 14) +/* Uninstrumented edge out of a GIMPLE_TRANSACTION statement. */ +DEF_EDGE_FLAG(TM_UNINSTRUMENTED, 15) + +/* Abort (over) edge out of a GIMPLE_TRANSACTION statement. */ +DEF_EDGE_FLAG(TM_ABORT, 16) + #endif /* |