diff options
Diffstat (limited to 'gcc/config/mips/frame-header-opt.c')
-rw-r--r-- | gcc/config/mips/frame-header-opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/frame-header-opt.c b/gcc/config/mips/frame-header-opt.c index 77298dc..ed51947 100644 --- a/gcc/config/mips/frame-header-opt.c +++ b/gcc/config/mips/frame-header-opt.c @@ -29,13 +29,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "context.h" #include "coretypes.h" +#include "backend.h" #include "tree.h" #include "tree-core.h" #include "tree-pass.h" #include "target.h" #include "target-globals.h" #include "profile-count.h" -#include "cfg.h" #include "cgraph.h" #include "function.h" #include "basic-block.h" |