diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2013-12-17 20:18:28 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2013-12-17 20:18:28 +0000 |
commit | bd925c509a3e8ef65c6b459c93e2d4bc22ecaa3f (patch) | |
tree | e1a4d225e7d977c42845bf38fbaae0a5ac6422e5 /gcc/tree-inline.h | |
parent | a7caf9054ff997137e2da7df70473abb75a9890b (diff) | |
download | gcc-bd925c509a3e8ef65c6b459c93e2d4bc22ecaa3f.zip gcc-bd925c509a3e8ef65c6b459c93e2d4bc22ecaa3f.tar.gz gcc-bd925c509a3e8ef65c6b459c93e2d4bc22ecaa3f.tar.bz2 |
ipa-inline.c (gate_ipa_inline): Remove.
* ipa-inline.c (gate_ipa_inline): Remove.
(const pass_data pass_data_ipa_inline): Unset has_gate.
(class pass_ipa_inline): Remove gate() method.
From-SVN: r206066
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 00c0b0c..210f312 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -162,8 +162,8 @@ typedef struct eni_weights_d /* Cost of return. */ unsigned return_cost; - /* True when time of statemnt should be estimated. Thus i.e - cost of switch statement is logarithmic rather than linear in number + /* True when time of statement should be estimated. Thus, the + cost of a switch statement is logarithmic rather than linear in number of cases. */ bool time_based; } eni_weights; |