aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-range.h
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2021-06-17 09:07:19 -0400
committerAndrew MacLeod <amacleod@redhat.com>2021-06-17 10:12:38 -0400
commit8cbaa09333d3e338a438b067a0c18d2d9673fc1a (patch)
treeb2c28e870afb6f127bbe0701ec5ac504a53ef920 /gcc/value-range.h
parent2b87f3318cf6334a3a42dcf27f2fdec0fce04665 (diff)
downloadgcc-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/value-range.h')
-rw-r--r--gcc/value-range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-range.h b/gcc/value-range.h
index 3e58dad..a8adc50 100644
--- a/gcc/value-range.h
+++ b/gcc/value-range.h
@@ -657,7 +657,7 @@ irange_allocator::~irange_allocator ()
obstack_free (&m_obstack, NULL);
}
-// Provide a hunk of memory from the obstack
+// Provide a hunk of memory from the obstack.
inline void *
irange_allocator::get_memory (unsigned num_bytes)
{