diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-30 22:57:54 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-30 22:57:54 +0000 |
commit | a5158212de81f9240b0f2b182dc931b3e41494ff (patch) | |
tree | f72a1242f787856f41f3d5a17955ed1c5fc94ef0 /gcc/dojump.c | |
parent | d957c091c8be6d0e82edb2196ef1cc2e1940a139 (diff) | |
download | gcc-a5158212de81f9240b0f2b182dc931b3e41494ff.tar.gz |
Include basic-block.h in dojump.c to declare optimize_insn_for_speed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139810 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index bee8da0fd03..c22402a948d 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "langhooks.h" #include "ggc.h" +#include "basic-block.h" static bool prefer_and_bit_test (enum machine_mode, int); static void do_jump_by_parts_greater (tree, int, rtx, rtx); |