This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] O(1) PHI argument look-up - Part 3/n


Hi,

> 	* tree-flow.h: Remove the prototype for remove_phi_arg.
> 	Add a prototype for remove_phi_args.
> 	* tree-phinodes.c (remove_phi_arg): Remove.
> 	(remove_phi_args): New.
> 	* tree-ssa.c (ssa_remove_edge): Call remove_phi_args instead
> 	of remove_phi_arg.

Let me drop this patch.  I had an error in my test script, and I
didn't actually test the patch.  It turns out it ICEs during
bootstrap.  I retested the other two, Part 1 and 2, and they were OK.

Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]