comparison gcc/tree-stdarg.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
1 /* Pass computing data for optimizing stdarg functions. 1 /* Pass computing data for optimizing stdarg functions.
2 Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. 2 Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
3 Free Software Foundation, Inc.
3 Contributed by Jakub Jelinek <jakub@redhat.com> 4 Contributed by Jakub Jelinek <jakub@redhat.com>
4 5
5 This file is part of GCC. 6 This file is part of GCC.
6 7
7 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
24 #include "tm.h" 25 #include "tm.h"
25 #include "tree.h" 26 #include "tree.h"
26 #include "function.h" 27 #include "function.h"
27 #include "langhooks.h" 28 #include "langhooks.h"
28 #include "diagnostic.h" 29 #include "diagnostic.h"
30 #include "gimple-pretty-print.h"
29 #include "target.h" 31 #include "target.h"
30 #include "tree-flow.h" 32 #include "tree-flow.h"
31 #include "tree-pass.h" 33 #include "tree-pass.h"
32 #include "tree-stdarg.h" 34 #include "tree-stdarg.h"
33 35