From 8cf0fb5cefb981f16c3bae9c00d1c6d8f5886a0d Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 19 Mar 2015 13:36:18 +0000 Subject: revert: re PR middle-end/63155 (memory hog) 2015-03-19 Richard Biener Revert 2015-03-10 Richard Biener PR middle-end/63155 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare. * tree-ssa-coalesce.c: Include timevar.h. (attempt_coalesce): Handle graph being NULL. (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING. Split out abnormal coalescing to ... (perform_abnormal_coalescing): ... this function. (coalesce_ssa_name): Perform abnormal coalescing without computing live/conflict. (verify_ssa_coalescing_worker): New function. (verify_ssa_coalescing): Likewise. From-SVN: r221515 --- gcc/tree-ssa-coalesce.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/tree-ssa-coalesce.h') diff --git a/gcc/tree-ssa-coalesce.h b/gcc/tree-ssa-coalesce.h index 06c33bf..99b188a 100644 --- a/gcc/tree-ssa-coalesce.h +++ b/gcc/tree-ssa-coalesce.h @@ -21,6 +21,5 @@ along with GCC; see the file COPYING3. If not see #define GCC_TREE_SSA_COALESCE_H extern var_map coalesce_ssa_name (void); -extern void verify_ssa_coalescing (void); #endif /* GCC_TREE_SSA_COALESCE_H */ -- cgit v1.1