diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index f20fa7a..0e27edd 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -71,6 +71,17 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "insn-attr.h" #include "insn-config.h" +#include "rtl.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "target.h" #include "common/common-target.h" |