Re: [PATCH] Remove redundant decl of pass_ipa_lto_wpa_fixup

2013-07-18 Thread Jeff Law
On 07/18/2013 10:53 AM, David Malcolm wrote: On Thu, 2013-07-18 at 10:11 -0600, Jeff Law wrote: In the example ("Commit the changes to the central repository") you appear to have trimmed the top line containing date and name from the ChangeLog entry, and I've (mostly) emulated that in my commits

Re: [PATCH] Remove redundant decl of pass_ipa_lto_wpa_fixup

2013-07-18 Thread David Malcolm
On Thu, 2013-07-18 at 10:11 -0600, Jeff Law wrote: > On 07/18/2013 10:03 AM, David Malcolm wrote: > > pass_ipa_lto_wpa_fixup was removed in r158622: > > > > 2010-04-21 Jan Hubicka > > [...snip...] > > * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup. > > > > but

Re: [PATCH] Remove redundant decl of pass_ipa_lto_wpa_fixup

2013-07-18 Thread Jeff Law
On 07/18/2013 10:03 AM, David Malcolm wrote: pass_ipa_lto_wpa_fixup was removed in r158622: 2010-04-21 Jan Hubicka [...snip...] * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup. but that commit left the declaration still present in tree-pass.h This patch

[PATCH] Remove redundant decl of pass_ipa_lto_wpa_fixup

2013-07-18 Thread David Malcolm
n :) ] Thanks Dave >From da20870a2220873df67067fcae9a00bace75d376 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 17 Jul 2013 23:27:36 -0400 Subject: [PATCH] Remove redundant decl of pass_ipa_lto_wpa_fixup --- gcc/tree-pass.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/tree-pass.h b/gcc/tree-p