]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 5f7b962d978a2229da04f45561b1121b6112acd0..cae8b0b4b8f1574404ee97aee70b75189e75a28a 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 095b8fc7305f91b15431b45fde280a509ca30fe0..63b8c8b1348415827a0583bb46be81784074e275 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;