aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2015-06-01 14:34:31 +0200
committerMartin Liska <marxin@gcc.gnu.org>2015-06-01 12:34:31 +0000
commitcb8abb1cf9f96365d7fa1f4583ab3cb845876f17 (patch)
tree6ab57ff78b223b14ea0991bdf21f1047264c68a4 /gcc/lra.c
parent64afff5b0205e524fa696a6a74d5759f0803f8c9 (diff)
downloadgcc-cb8abb1cf9f96365d7fa1f4583ab3cb845876f17.zip
gcc-cb8abb1cf9f96365d7fa1f4583ab3cb845876f17.tar.gz
gcc-cb8abb1cf9f96365d7fa1f4583ab3cb845876f17.tar.bz2
Change use to type-based pool allocator in lra-lives.c.
* lra-lives.c (free_live_range): Use new type-based pool allocator. (free_live_range_list) Likewise. (create_live_range) Likewise. (copy_live_range) Likewise. (lra_merge_live_ranges) Likewise. (remove_some_program_points_and_update_live_ranges) Likewise. (lra_live_ranges_init) Likewise. (lra_live_ranges_finish) Likewise. From-SVN: r223944
Diffstat (limited to 'gcc/lra.c')
-rw-r--r--gcc/lra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lra.c b/gcc/lra.c
index 7c33636..7440668 100644
--- a/gcc/lra.c
+++ b/gcc/lra.c
@@ -149,6 +149,7 @@ along with GCC; see the file COPYING3. If not see
#include "timevar.h"
#include "target.h"
#include "ira.h"
+#include "alloc-pool.h"
#include "lra-int.h"
#include "df.h"