aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa-range-cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ssa-range-cache.cc')
-rw-r--r--gcc/ssa-range-cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa-range-cache.cc b/gcc/ssa-range-cache.cc
index d9de7f6..31d073b 100644
--- a/gcc/ssa-range-cache.cc
+++ b/gcc/ssa-range-cache.cc
@@ -272,7 +272,7 @@ block_range_cache::~block_range_cache ()
// Return a reference to the m_block_cache for NAME. If it has not been
// accessed yet, allocate it.
-ssa_block_ranges&
+ssa_block_ranges &
block_range_cache::get_block_ranges (tree name)
{
unsigned v = SSA_NAME_VERSION (name);