diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f7b962..cae8b0b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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... diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 095b8fc..63b8c8b 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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; |