diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 70b7b17a7a1..1f3bc97ff28 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -342,7 +342,7 @@ scope_to_insns_finalize () this_block = INSN_SCOPE (insn); /* For sequences compute scope resulting from merging all scopes - of instructions nested inside. */ + of instructions nested inside. */ if (GET_CODE (PATTERN (insn)) == SEQUENCE) { int i; |