diff options
author | Michael Meissner <gnu@the-meissners.org> | 2008-08-30 22:57:54 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2008-08-30 22:57:54 +0000 |
commit | a4cbe62dd936932edfad78846388ad36942f51ba (patch) | |
tree | f72a1242f787856f41f3d5a17955ed1c5fc94ef0 /gcc/dojump.c | |
parent | 06b322fa4559dc317e1f0a55f05a1aebede46aea (diff) | |
download | gcc-a4cbe62dd936932edfad78846388ad36942f51ba.zip gcc-a4cbe62dd936932edfad78846388ad36942f51ba.tar.gz gcc-a4cbe62dd936932edfad78846388ad36942f51ba.tar.bz2 |
Include basic-block.h in dojump.c to declare optimize_insn_for_speed.
From-SVN: r139810
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 bee8da0f..c22402a 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); |