summaryrefslogtreecommitdiff
path: root/gcc/ira-int.h
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-13 21:39:03 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-13 21:39:03 +0000
commit98086938aeb452264996db0a58ca3ce21249cf79 (patch)
tree279cae0c44bf068463c1829be67c85892298b10d /gcc/ira-int.h
parent1b8f805070dac6e172c534c6bde8546d8938795d (diff)
downloadgcc-98086938aeb452264996db0a58ca3ce21249cf79.tar.gz
* ira-int.h: Include recog.h.
* ira-build.c: Don't include recog.h. * ira-color.c: Likewise. * ira-conflicts.c: Likewise. * ira-costs.c: Likewise. * ira-emit.c: Likewise. * ira-lives.c: Likewise. * ira.c: Likewise. * sched-deps.c: Likewise. * sel-sched.c: Likewise. * target-globals.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226876 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira-int.h')
-rw-r--r--gcc/ira-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h
index a993dfcb81e..af6c92fbd30 100644
--- a/gcc/ira-int.h
+++ b/gcc/ira-int.h
@@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_IRA_INT_H
#define GCC_IRA_INT_H
+#include "recog.h"
+
/* To provide consistency in naming, all IRA external variables,
functions, common typedefs start with prefix ira_. */