comparison gcc/tree-ssa-operands.c @ 117:f81c5aa9f14f

fix
author mir3636
date Tue, 28 Nov 2017 21:17:15 +0900
parents ab0bcb71f44d
children d34655255c78
comparison
equal deleted inserted replaced
116:367f9f4f266e 117:f81c5aa9f14f
24 #include "tree.h" 24 #include "tree.h"
25 #include "gimple.h" 25 #include "gimple.h"
26 #include "timevar.h" 26 #include "timevar.h"
27 #include "ssa.h" 27 #include "ssa.h"
28 #include "gimple-pretty-print.h" 28 #include "gimple-pretty-print.h"
29 <<<<<<< local
30 #include "diagnostic-core.h" 29 #include "diagnostic-core.h"
31 #include "stmt.h" 30 #include "stmt.h"
32 #include "print-tree.h" 31 #include "print-tree.h"
33 #include "dumpfile.h" 32 #include "dumpfile.h"
34
35 =======
36 #include "tree-flow.h"
37 #include "tree-inline.h"
38 #include "tree-pass.h"
39 #include "ggc.h"
40 #include "timevar.h"
41 #include "langhooks.h"
42 #include "ipa-reference.h"
43 #ifndef noCbC 33 #ifndef noCbC
44 #include "cbc-tree.h" 34 #include "c/cbc-tree.h"
45 #endif 35 #endif
46 >>>>>>> other
47 36
48 /* This file contains the code required to manage the operands cache of the 37 /* This file contains the code required to manage the operands cache of the
49 SSA optimizer. For every stmt, we maintain an operand cache in the stmt 38 SSA optimizer. For every stmt, we maintain an operand cache in the stmt
50 annotation. This cache contains operands that will be of interest to 39 annotation. This cache contains operands that will be of interest to
51 optimizers and other passes wishing to manipulate the IL. 40 optimizers and other passes wishing to manipulate the IL.