diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 0aa23c03d22..1ab2a94567f 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -2891,7 +2891,7 @@ mark_regno_cond_dead (struct propagate_block_info *pbi, int regno, rtx cond) /* Otherwise this is a conditional set. Record that fact. It may have been conditionally used, or there may be a - subsequent set with a complimentary condition. */ + subsequent set with a complementary condition. */ node = splay_tree_lookup (pbi->reg_cond_dead, regno); if (node == NULL) |