Commit 62ec3fe8 by Michael Matz

Add comment

From-SVN: r266149
parent 725891a0
...@@ -1959,7 +1959,9 @@ last_stmt_in_scope (gimple *stmt) ...@@ -1959,7 +1959,9 @@ last_stmt_in_scope (gimple *stmt)
} }
/* Collect interesting labels in LABELS and return the statement preceding /* Collect interesting labels in LABELS and return the statement preceding
another case label, or a user-defined label. */ another case label, or a user-defined label. Store a location useful
to give warnings at *PREVLOC (usually the location of the returned
statement or of its surrounding scope). */
static gimple * static gimple *
collect_fallthrough_labels (gimple_stmt_iterator *gsi_p, collect_fallthrough_labels (gimple_stmt_iterator *gsi_p,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment