X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftree-nomudflap.c;h=e47ebaca9470e39a1c03838fd8402f0a8dcd6aa6;hp=420fc39a88b5d3ef8da0256d4890dfd00396b71f;hb=7f956288294532a62a8a2ce320703b45641df731;hpb=4ee9c6840ad3fc92a9034343278a1e476ad6872a diff --git a/gcc/tree-nomudflap.c b/gcc/tree-nomudflap.c index 420fc39a88b..e47ebaca947 100644 --- a/gcc/tree-nomudflap.c +++ b/gcc/tree-nomudflap.c @@ -29,7 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tree-inline.h" #include "c-tree.h" #include "c-common.h" -#include "tree-simple.h" +#include "tree-gimple.h" #include "diagnostic.h" #include "hashtab.h" #include "output.h" @@ -98,7 +98,8 @@ struct tree_opt_pass pass_mudflap_1 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - 0 /* todo_flags_finish */ + 0, /* todo_flags_finish */ + 0 /* letter */ }; struct tree_opt_pass pass_mudflap_2 = @@ -114,7 +115,8 @@ struct tree_opt_pass pass_mudflap_2 = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - 0 /* todo_flags_finish */ + 0, /* todo_flags_finish */ + 0 /* letter */ }; /* Instead of: