+2018-05-25 Bin Cheng <bin.cheng@arm.com>
+
+ * tree-ssa-live.h (live_merge_and_clear): Delete.
+
2018-05-25 Richard Biener <rguenther@suse.de>
PR c++/85912
}
-/* Merge the live on entry information in LIVE for partitions P1 and P2. Place
- the result into P1. Clear P2. */
-
-static inline void
-live_merge_and_clear (tree_live_info_p live, int p1, int p2)
-{
- gcc_checking_assert (&live->livein[p1] && &live->livein[p2]);
- bitmap_ior_into (&live->livein[p1], &live->livein[p2]);
- bitmap_clear (&live->livein[p2]);
-}
-
-
/* Mark partition P as live on entry to basic block BB in LIVE. */
static inline void