Commit d88e64a6 by Martin Liska Committed by Martin Liska

Fix pool_allocator fallback.

	* sched-deps.c: Include pool-alloc.h before
	cselib.h header file is included.

From-SVN: r223978
parent 4b1db766
2015-06-01 Martin Liska <mliska@suse.cz>
* sched-deps.c: Include pool-alloc.h before
cselib.h header file is included.
2015-06-01 Richard Biener <rguenther@suse.de> 2015-06-01 Richard Biener <rguenther@suse.de>
* tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
......
...@@ -54,6 +54,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -54,6 +54,7 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h" #include "basic-block.h"
#include "sched-int.h" #include "sched-int.h"
#include "params.h" #include "params.h"
#include "alloc-pool.h"
#include "cselib.h" #include "cselib.h"
#include "ira.h" #include "ira.h"
#include "target.h" #include "target.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment