diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-03 06:14:52 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-03 06:14:52 +0000 |
commit | ad3827a6836ecc050d7f688b4716e8f2a9c66e12 (patch) | |
tree | 33ac9472bdc0f556d0f2260513e8ae504161d7ba /gcc/cfgloop.h | |
parent | 29686c2c57c9dcd45b26420a190cfd7350715a54 (diff) | |
download | ppe42-gcc-ad3827a6836ecc050d7f688b4716e8f2a9c66e12.tar.gz ppe42-gcc-ad3827a6836ecc050d7f688b4716e8f2a9c66e12.zip |
PR bootstrap/31776
* system.h: Remove inclusion of double-int.h
* tree.h: Include double-int.h
* gengtype.c: Likewise
* cfgloop.h: Likewise
* Makefile.in: Adjust dependencies on double-int.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 52160635bb9..ef70a71c981 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -26,6 +26,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA /* For rtx_code. */ #include "rtl.h" #include "vecprim.h" +#include "double-int.h" /* Structure to hold decision about unrolling/peeling. */ enum lpt_dec |