tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.

* tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.

From-SVN: r201035
This commit is contained in:
David Malcolm 2013-07-18 16:22:52 +00:00 committed by David Malcolm
parent bcb97fbdad
commit d675843fa6
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-18 David Malcolm <dmalcolm@redhat.com>
* tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.
2013-07-18 Chang <pchang9@cs.wisc.edu>
* read-rtl.c (validate_const_int): Once an invalid character is

View File

@ -383,7 +383,6 @@ extern struct ipa_opt_pass_d pass_ipa_cp;
extern struct ipa_opt_pass_d pass_ipa_reference;
extern struct ipa_opt_pass_d pass_ipa_pure_const;
extern struct simple_ipa_opt_pass pass_ipa_pta;
extern struct ipa_opt_pass_d pass_ipa_lto_wpa_fixup;
extern struct ipa_opt_pass_d pass_ipa_lto_finish_out;
extern struct simple_ipa_opt_pass pass_ipa_tm;
extern struct ipa_opt_pass_d pass_ipa_profile;