comparison gcc/tree-optimize.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
22 #include "config.h" 22 #include "config.h"
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "tm.h" 25 #include "tm.h"
26 #include "tree.h" 26 #include "tree.h"
27 #include "rtl.h"
28 #include "tm_p.h" 27 #include "tm_p.h"
29 #include "hard-reg-set.h"
30 #include "basic-block.h" 28 #include "basic-block.h"
31 #include "output.h" 29 #include "output.h"
32 #include "expr.h"
33 #include "diagnostic.h" 30 #include "diagnostic.h"
34 #include "basic-block.h" 31 #include "basic-block.h"
35 #include "flags.h" 32 #include "flags.h"
36 #include "tree-flow.h" 33 #include "tree-flow.h"
37 #include "tree-dump.h" 34 #include "tree-dump.h"
48 #include "cgraph.h" 45 #include "cgraph.h"
49 #include "graph.h" 46 #include "graph.h"
50 #include "cfgloop.h" 47 #include "cfgloop.h"
51 #include "except.h" 48 #include "except.h"
52 #include "plugin.h" 49 #include "plugin.h"
53 50 #include "regset.h" /* FIXME: For reg_obstack. */
54 51
55 /* Gate: execute, or not, all of the non-trivial optimizations. */ 52 /* Gate: execute, or not, all of the non-trivial optimizations. */
56 53
57 static bool 54 static bool
58 gate_all_optimizations (void) 55 gate_all_optimizations (void)