mirror of git://gcc.gnu.org/git/gcc.git
alpha.c: Add gimple-ssa.h to include list.
2013-10-10 Andrew MacLeod <amacleod@redhat.com> * config/aplha/alpha.c: Add gimple-ssa.h to include list. From-SVN: r203352
This commit is contained in:
parent
9e92ad4973
commit
ed018d4b1f
|
|
@ -1,3 +1,7 @@
|
|||
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* config/aplha/alpha.c: Add gimple-ssa.h to include list.
|
||||
|
||||
2013-10-09 Easwaran Raman <eraman@google.com>
|
||||
|
||||
* params.def (PARAM_MIN_SIZE_FOR_STACK_SHARING): New param...
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "libfuncs.h"
|
||||
#include "opts.h"
|
||||
#include "params.h"
|
||||
#include "gimple-ssa.h"
|
||||
|
||||
/* Specify which cpu to schedule for. */
|
||||
enum processor_type alpha_tune;
|
||||
|
|
|
|||
Loading…
Reference in New Issue