diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2021-06-17 09:07:19 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2021-06-17 10:12:38 -0400 |
commit | 8cbaa09333d3e338a438b067a0c18d2d9673fc1a (patch) | |
tree | b2c28e870afb6f127bbe0701ec5ac504a53ef920 /gcc/gimple-range-cache.cc | |
parent | 2b87f3318cf6334a3a42dcf27f2fdec0fce04665 (diff) | |
download | gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.zip gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.tar.gz gcc-8cbaa09333d3e338a438b067a0c18d2d9673fc1a.tar.bz2 |
Fix spacing and typos in comments.
* gimple-range-cache.cc: Comment cleanups.
* gimple-range-gori.cc: Comment cleanups.
* gimple-range.cc: Comment/spacing cleanups
* value-range.h: Comment cleanups.
Diffstat (limited to 'gcc/gimple-range-cache.cc')
-rw-r--r-- | gcc/gimple-range-cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-range-cache.cc b/gcc/gimple-range-cache.cc index cc2b709..2c6e5bb 100644 --- a/gcc/gimple-range-cache.cc +++ b/gcc/gimple-range-cache.cc @@ -385,7 +385,7 @@ block_range_cache::~block_range_cache () } // Set the range for NAME on entry to block BB to R. -// If it has not been // accessed yet, allocate it first. +// If it has not been accessed yet, allocate it first. void block_range_cache::set_bb_range (tree name, const basic_block bb, |