comparison gcc/omega.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
36 #include "coretypes.h" 36 #include "coretypes.h"
37 #include "tm.h" 37 #include "tm.h"
38 #include "ggc.h" 38 #include "ggc.h"
39 #include "tree.h" 39 #include "tree.h"
40 #include "diagnostic.h" 40 #include "diagnostic.h"
41 #include "varray.h"
42 #include "tree-pass.h" 41 #include "tree-pass.h"
43 #include "omega.h" 42 #include "omega.h"
44 43
45 /* When set to true, keep substitution variables. When set to false, 44 /* When set to true, keep substitution variables. When set to false,
46 resurrect substitution variables (convert substitutions back to EQs). */ 45 resurrect substitution variables (convert substitutions back to EQs). */