Mercurial > hg > CbC > CbC_gcc
comparison gcc/tree-ssa-ter.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 /* Routines for performing Temporary Expression Replacement (TER) in SSA trees. | 1 /* Routines for performing Temporary Expression Replacement (TER) in SSA trees. |
2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, | 2 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
3 Inc. | 3 Free Software Foundation, Inc. |
4 Contributed by Andrew MacLeod <amacleod@redhat.com> | 4 Contributed by Andrew MacLeod <amacleod@redhat.com> |
5 | 5 |
6 This file is part of GCC. | 6 This file is part of GCC. |
7 | 7 |
8 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 "system.h" | 24 #include "system.h" |
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 "diagnostic.h" | 28 #include "diagnostic.h" |
29 #include "tree-pretty-print.h" | |
30 #include "gimple-pretty-print.h" | |
29 #include "bitmap.h" | 31 #include "bitmap.h" |
30 #include "tree-flow.h" | 32 #include "tree-flow.h" |
31 #include "tree-dump.h" | 33 #include "tree-dump.h" |
32 #include "tree-ssa-live.h" | 34 #include "tree-ssa-live.h" |
33 #include "flags.h" | 35 #include "flags.h" |