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:
Andrew MacLeod 2013-10-10 11:53:55 +00:00 committed by Andrew Macleod
parent 9e92ad4973
commit ed018d4b1f
2 changed files with 5 additions and 0 deletions

View File

@ -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...

View File

@ -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;