From 45aa233bdcc27243a2b3e2c699ad0ab59f83901b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 26 Feb 2008 21:45:30 +0000 Subject: From Craig Silverstein: rename option functions for future option handling rewrite. --- gold/stringpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/stringpool.cc') diff --git a/gold/stringpool.cc b/gold/stringpool.cc index f569e52..5d13dcf 100644 --- a/gold/stringpool.cc +++ b/gold/stringpool.cc @@ -394,7 +394,7 @@ Stringpool_template::set_string_offsets() // the strtab size, and gives a relatively small benefit (it's // typically rare for a symbol to be a suffix of another), we only // take the time to sort when the user asks for heavy optimization. - if (parameters->optimization_level() < 2) + if (parameters->optimize() < 2) { for (typename String_set_type::iterator curr = this->string_set_.begin(); curr != this->string_set_.end(); -- cgit v1.1