comparison gcc/tree-ssa-operands.c @ 1:caeb520cebed

patch for CbC
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 17:43:54 +0900
parents a06113de4d67
children 9de9dad105d4
comparison
equal deleted inserted replaced
0:a06113de4d67 1:caeb520cebed
32 #include "ggc.h" 32 #include "ggc.h"
33 #include "timevar.h" 33 #include "timevar.h"
34 #include "toplev.h" 34 #include "toplev.h"
35 #include "langhooks.h" 35 #include "langhooks.h"
36 #include "ipa-reference.h" 36 #include "ipa-reference.h"
37 #ifndef noCbC
38 #include "cbc-tree.h"
39 #endif
37 40
38 /* This file contains the code required to manage the operands cache of the 41 /* This file contains the code required to manage the operands cache of the
39 SSA optimizer. For every stmt, we maintain an operand cache in the stmt 42 SSA optimizer. For every stmt, we maintain an operand cache in the stmt
40 annotation. This cache contains operands that will be of interest to 43 annotation. This cache contains operands that will be of interest to
41 optimizers and other passes wishing to manipulate the IL. 44 optimizers and other passes wishing to manipulate the IL.