comparison gcc/tree-ssa-live.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 /* Liveness for SSA trees. 1 /* Liveness for SSA trees.
2 Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, 2 Copyright (C) 2003, 2004, 2005, 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
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "tm.h" 25 #include "tm.h"
26 #include "tree.h" 26 #include "tree.h"
27 #include "diagnostic.h" 27 #include "diagnostic.h"
28 #include "tree-pretty-print.h"
29 #include "gimple-pretty-print.h"
28 #include "bitmap.h" 30 #include "bitmap.h"
29 #include "tree-flow.h" 31 #include "tree-flow.h"
30 #include "tree-dump.h" 32 #include "tree-dump.h"
31 #include "tree-ssa-live.h" 33 #include "tree-ssa-live.h"
32 #include "toplev.h" 34 #include "toplev.h"