64f00c772c2c3c7e29
Author: law
Date: Mon Nov 9 19:56:57 2015 +
Re: [PATCH] Minor refactoring in tree-ssanames.c & freelists verifier
* tree-ssanames.c (verify_ssaname_freelists): Simplify check for
being in gimple/ssa form. Remove redundant check for
Hi,
On Mon, 9 Nov 2015, Jeff Law wrote:
+verify_ssaname_freelists (struct function *fun)
+{
+ /* Do nothing if we are in RTL format. */
+ basic_block bb;
+ FOR_EACH_BB_FN (bb, fun)
+{
+ if (bb->flags & BB_RTL)
+ return;
+}
gimple_in_ssa_p (fun);
+ /* Then note the op
otstrapped and regression tested on x86_64-linux-gnu. Installed on
the trunk.
Jeff
commit feba260ed75060c9acc265ff12a44557e280f5be
Author: Jeff Law
Date: Sun Nov 8 20:33:59 2015 -0700
[PATCH] Minor refactoring in tree-ssanames.c & freelists verifier
* tree-into-ssa