aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/bb-reorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/bb-reorder.c')
-rw-r--r--gcc-4.4.0/gcc/bb-reorder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc-4.4.0/gcc/bb-reorder.c b/gcc-4.4.0/gcc/bb-reorder.c
index b636c1e3a..3c646aecc 100644
--- a/gcc-4.4.0/gcc/bb-reorder.c
+++ b/gcc-4.4.0/gcc/bb-reorder.c
@@ -86,10 +86,6 @@
#include "tree-pass.h"
#include "df.h"
-#ifndef HAVE_conditional_execution
-#define HAVE_conditional_execution 0
-#endif
-
/* The number of rounds. In most cases there will only be 4 rounds, but
when partitioning hot and cold basic blocks into separate sections of
the .o file there will be an extra round.*/
@@ -2307,5 +2303,3 @@ struct rtl_opt_pass pass_partition_blocks =
TODO_dump_func | TODO_verify_rtl_sharing/* todo_flags_finish */
}
};
-
-