summaryrefslogtreecommitdiff
path: root/gcc/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/df.c')
-rw-r--r--gcc/df.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/df.c b/gcc/df.c
index 776f4feebc8..505ed7b2ec5 100644
--- a/gcc/df.c
+++ b/gcc/df.c
@@ -1176,7 +1176,7 @@ df_uses_record (df, loc, ref_type, bb, insn)
/* Catch the def of the register being modified. */
df_ref_record (df, XEXP (x, 0), &XEXP (x, 0), bb, insn, DF_REF_REG_DEF);
- /* ... Fall through to handle uses ... */
+ /* ... Fall through to handle uses ... */
default:
break;
@@ -1600,7 +1600,7 @@ df_ud_chain_create (df, blocks)
/* Use depth first order, and the worklist, to figure out what block
- to look at next. */
+ to look at next. */
static int
df_visit_next (df, blocks)