Commit f6c4ed08 by Roger Sayle Committed by Roger Sayle

caller-save.c: #include "addresses.h" after #include "tm_p.h".


	* caller-save.c: #include "addresses.h" after #include "tm_p.h".

From-SVN: r112863
parent 205eb6e7
2006-04-11 Roger Sayle <roger@eyesopen.com>
* caller-save.c: #include "addresses.h" after #include "tm_p.h".
2006-04-11 Richard Sandiford <richard@codesourcery.com> 2006-04-11 Richard Sandiford <richard@codesourcery.com>
PR rtl-optimization/27073 PR rtl-optimization/27073
......
...@@ -25,7 +25,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ...@@ -25,7 +25,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "tm.h" #include "tm.h"
#include "rtl.h" #include "rtl.h"
#include "regs.h" #include "regs.h"
#include "addresses.h"
#include "insn-config.h" #include "insn-config.h"
#include "flags.h" #include "flags.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
...@@ -36,6 +35,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ...@@ -36,6 +35,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "expr.h" #include "expr.h"
#include "toplev.h" #include "toplev.h"
#include "tm_p.h" #include "tm_p.h"
#include "addresses.h"
#ifndef MAX_MOVE_MAX #ifndef MAX_MOVE_MAX
#define MAX_MOVE_MAX MOVE_MAX #define MAX_MOVE_MAX MOVE_MAX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment