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
This commit is contained in:
parent
205eb6e78d
commit
f6c4ed084d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR rtl-optimization/27073
|
||||
|
|
|
@ -25,7 +25,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
#include "tm.h"
|
||||
#include "rtl.h"
|
||||
#include "regs.h"
|
||||
#include "addresses.h"
|
||||
#include "insn-config.h"
|
||||
#include "flags.h"
|
||||
#include "hard-reg-set.h"
|
||||
|
@ -36,6 +35,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
#include "expr.h"
|
||||
#include "toplev.h"
|
||||
#include "tm_p.h"
|
||||
#include "addresses.h"
|
||||
|
||||
#ifndef MAX_MOVE_MAX
|
||||
#define MAX_MOVE_MAX MOVE_MAX
|
||||
|
|
Loading…
Add table
Reference in a new issue