]> git.ipfire.org Git - thirdparty/gcc.git/commit
regs.h: Do not include obstack.h, basic-block.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 23 May 2010 15:40:15 +0000 (15:40 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 23 May 2010 15:40:15 +0000 (15:40 +0000)
commit2d1a4cc1dc7d0786f9e60d7333594d0aa3d4fb98
treebe8721f4ded7d9fccb6ff073eec425f223a971e2
parent5767217f7a8fccf90d601b652dd80793763ee6d2
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
gcc/ChangeLog
gcc/basic-block.h
gcc/coverage.c
gcc/function.h
gcc/jump.c
gcc/profile.c
gcc/regs.h
gcc/tree-profile.c