From 688010bad0375a275466ac1adb98aff80c0e77ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 21 Jul 2013 18:31:07 +0000 Subject: Fix typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2013-07-21 Ondřej Bílka * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110 --- gcc/df-problems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/df-problems.c') diff --git a/gcc/df-problems.c b/gcc/df-problems.c index abe6958a09a..dad0ae7cd88 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -115,7 +115,7 @@ df_print_bb_index (basic_block bb, FILE *file) block. The id field in the ref is used to index into these sets. See df.h for details. - If the DF_RD_PRUNE_DEAD_DEFS changable flag is set, only DEFs reaching + If the DF_RD_PRUNE_DEAD_DEFS changeable flag is set, only DEFs reaching existing uses are included in the global reaching DEFs set, or in other words only DEFs that are still live. This is a kind of pruned version of the traditional reaching definitions problem that is much less -- cgit v1.2.1