tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 18 Jul 2013 16:22:52 +0000 (16:22 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 18 Jul 2013 16:22:52 +0000 (16:22 +0000)
* tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.

From-SVN: r201035

gcc/ChangeLog
gcc/tree-pass.h

index 5e3fbbe..aa3a2e4 100644 (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
index b8c59a7..547f355 100644 (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;