alpha.c: Add gimple-ssa.h to include list.
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 10 Oct 2013 11:53:55 +0000 (11:53 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 10 Oct 2013 11:53:55 +0000 (11:53 +0000)
2013-10-10  Andrew MacLeod  <amacleod@redhat.com>

* config/aplha/alpha.c: Add gimple-ssa.h to include list.

From-SVN: r203352

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 5f7b962..cae8b0b 100644 (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...
index 095b8fc..63b8c8b 100644 (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;