aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg-flags.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg-flags.def')
-rw-r--r--gcc/cfg-flags.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cfg-flags.def b/gcc/cfg-flags.def
index aced6e6..a2c0676 100644
--- a/gcc/cfg-flags.def
+++ b/gcc/cfg-flags.def
@@ -74,7 +74,7 @@ DEF_BASIC_BLOCK_FLAG(NON_LOCAL_GOTO_TARGET, 8)
DEF_BASIC_BLOCK_FLAG(RTL, 9)
/* Set on blocks that are forwarder blocks.
- Only used in cfgcleanup.c. */
+ Only used in cfgcleanup.cc. */
DEF_BASIC_BLOCK_FLAG(FORWARDER_BLOCK, 10)
/* Set on blocks that cannot be threaded through.
@@ -163,11 +163,11 @@ DEF_EDGE_FLAG(CROSSING, 11)
This flag is only used for the RTL CFG. */
DEF_EDGE_FLAG(SIBCALL, 12)
-/* Candidate for straight line flow. Only used in bb-reorder.c.
+/* Candidate for straight line flow. Only used in bb-reorder.cc.
This flag is only used for the RTL CFG. */
DEF_EDGE_FLAG(CAN_FALLTHRU, 13)
-/* Exit of a loop. This is only used in ifcvt.c.
+/* Exit of a loop. This is only used in ifcvt.cc.
This flag is only used for the RTL CFG. */
DEF_EDGE_FLAG(LOOP_EXIT, 14)