summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-14 17:40:46 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-14 17:40:46 +0000
commit84da895440a5f84f551c56edb5557b9e536c0439 (patch)
treea0bfa427f7b8eddddeb56a76dc1d3684d9e702c0 /gcc/df-scan.c
parent18f95a3608ef0e138e060663adde716064ea649b (diff)
downloadgcc-84da895440a5f84f551c56edb5557b9e536c0439.tar.gz
2007-12-14 Paolo Bonzini <bonzini@gnu.org>
* df-core.c: Update comments referring to removed features. * df-problems.c: Likewise. * df-scan.c: Likewise. * df.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r--gcc/df-scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c
index 6367accec2a..f3a90262f99 100644
--- a/gcc/df-scan.c
+++ b/gcc/df-scan.c
@@ -3381,7 +3381,7 @@ df_bb_refs_record (int bb_index, bool scan_insns)
df_refs_add_to_chains (&collection_rec, bb, NULL);
/* Now that the block has been processed, set the block as dirty so
- lr and ur will get it processed. */
+ LR and LIVE will get it processed. */
df_set_bb_dirty (bb);
}