comparison gcc/tree-ssanames.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
21 #include "config.h" 21 #include "config.h"
22 #include "system.h" 22 #include "system.h"
23 #include "coretypes.h" 23 #include "coretypes.h"
24 #include "tm.h" 24 #include "tm.h"
25 #include "tree.h" 25 #include "tree.h"
26 #include "varray.h"
27 #include "ggc.h"
28 #include "tree-flow.h" 26 #include "tree-flow.h"
29 #include "tree-pass.h" 27 #include "tree-pass.h"
30 28
31 /* Rewriting a function into SSA form can create a huge number of SSA_NAMEs, 29 /* Rewriting a function into SSA form can create a huge number of SSA_NAMEs,
32 many of which may be thrown away shortly after their creation if jumps 30 many of which may be thrown away shortly after their creation if jumps