comparison gcc/tree-nomudflap.c @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting. 1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
2 Copyright (C) 2001, 2002, 2003, 2007, 2008, 2009 2 Copyright (C) 2001, 2002, 2003, 2007, 2008, 2009, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Frank Ch. Eigler <fche@redhat.com> 4 Contributed by Frank Ch. Eigler <fche@redhat.com>
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
25 #include "coretypes.h" 25 #include "coretypes.h"
26 #include "tm.h" 26 #include "tm.h"
27 #include "tree.h" 27 #include "tree.h"
28 #include "tree-inline.h" 28 #include "tree-inline.h"
29 #include "gimple.h" 29 #include "gimple.h"
30 #include "diagnostic.h"
31 #include "hashtab.h" 30 #include "hashtab.h"
32 #include "output.h" 31 #include "output.h"
33 #include "langhooks.h" 32 #include "langhooks.h"
34 #include "tree-mudflap.h" 33 #include "tree-mudflap.h"
35 #include "tree-pass.h" 34 #include "tree-pass.h"
36 #include "ggc.h" 35 #include "ggc.h"
37 #include "toplev.h" 36 #include "diagnostic-core.h"
38 37
39 38
40 39
41 /* This file contains placeholder functions, to be used only for 40 /* This file contains placeholder functions, to be used only for
42 language processors that cannot handle tree-mudflap.c directly. 41 language processors that cannot handle tree-mudflap.c directly.