Mercurial > hg > CbC > CbC_gcc
comparison gcc/cfgexpand.c @ 73:ce75bd9117e4
merge calls.c, cfgexpand.c, gcc.c, gimple.c, gimple.h and gimplify.c
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 22 Aug 2011 01:54:47 +0900 |
parents | b81903832de2 |
children | ab0bcb71f44d |
comparison
equal
deleted
inserted
replaced
72:20c18990c3e4 | 73:ce75bd9117e4 |
---|---|
42 #include "debug.h" | 42 #include "debug.h" |
43 #include "params.h" | 43 #include "params.h" |
44 #include "tree-inline.h" | 44 #include "tree-inline.h" |
45 #include "value-prof.h" | 45 #include "value-prof.h" |
46 #include "target.h" | 46 #include "target.h" |
47 #ifndef noCbC | |
48 #include "cbc-tree.h" | |
49 #endif | |
47 #include "ssaexpand.h" | 50 #include "ssaexpand.h" |
48 #include "bitmap.h" | 51 #include "bitmap.h" |
49 #include "sbitmap.h" | 52 #include "sbitmap.h" |
50 #include "insn-attr.h" /* For INSN_SCHEDULING. */ | 53 #include "insn-attr.h" /* For INSN_SCHEDULING. */ |
51 | 54 |