diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-23 15:40:15 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-23 15:40:15 +0000 |
commit | 2d1a4cc1dc7d0786f9e60d7333594d0aa3d4fb98 (patch) | |
tree | be8721f4ded7d9fccb6ff073eec425f223a971e2 /gcc/jump.c | |
parent | 5767217f7a8fccf90d601b652dd80793763ee6d2 (diff) | |
download | gcc-2d1a4cc1dc7d0786f9e60d7333594d0aa3d4fb98.tar.gz |
regs.h: Do not include obstack.h, basic-block.h.
* regs.h: Do not include obstack.h, basic-block.h.
Include machmode.h.
* jump.c: Include basic-block.h.
* profile.c: Likewise.
* tree-profile.c: Likewise.
* coverage.c: Likewise.
* basic-block.h (optimize_function_for_size_p): Move to function.h.
(optimize_function_for_speed_p): Likewise.
* function.h (optimize_function_for_size_p,
optimize_function_for_speed_p): Moved here from basic-block.h.
From-SVN: r159761
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 6ce989d2037..6c3263c01a0 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -47,6 +47,7 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "recog.h" #include "function.h" +#include "basic-block.h" #include "expr.h" #include "except.h" #include "diagnostic.h" |