comparison gcc/tree-ssa-operands.c @ 140:4e440907fcbf

copy CbC goto flang in cfgexpand remove some CbC unnecessary code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Nov 2018 00:24:45 +0900
parents d34655255c78
children 351920fa3827
comparison
equal deleted inserted replaced
138:fc828634a951 140:4e440907fcbf
28 #include "gimple-pretty-print.h" 28 #include "gimple-pretty-print.h"
29 #include "diagnostic-core.h" 29 #include "diagnostic-core.h"
30 #include "stmt.h" 30 #include "stmt.h"
31 #include "print-tree.h" 31 #include "print-tree.h"
32 #include "dumpfile.h" 32 #include "dumpfile.h"
33 #ifndef noCbC
34 #include "c/cbc-tree.h"
35 #endif
36 33
37 /* This file contains the code required to manage the operands cache of the 34 /* This file contains the code required to manage the operands cache of the
38 SSA optimizer. For every stmt, we maintain an operand cache in the stmt 35 SSA optimizer. For every stmt, we maintain an operand cache in the stmt
39 annotation. This cache contains operands that will be of interest to 36 annotation. This cache contains operands that will be of interest to
40 optimizers and other passes wishing to manipulate the IL. 37 optimizers and other passes wishing to manipulate the IL.