comparison gcc/timevar.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* Timing variables for measuring compiler performance. 1 /* Timing variables for measuring compiler performance.
2 Copyright (C) 2000, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2000, 2003, 2004, 2005, 2007, 2009
3 Free Software Foundation, Inc.
3 Contributed by Alex Samuel <samuel@codesourcery.com> 4 Contributed by Alex Samuel <samuel@codesourcery.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 it 8 GCC is free software; you can redistribute it and/or modify it
70 71
71 #define DEFTIMEVAR(identifier__, name__) \ 72 #define DEFTIMEVAR(identifier__, name__) \
72 identifier__, 73 identifier__,
73 typedef enum 74 typedef enum
74 { 75 {
76 TV_NONE,
75 #include "timevar.def" 77 #include "timevar.def"
76 TIMEVAR_LAST 78 TIMEVAR_LAST
77 } 79 }
78 timevar_id_t; 80 timevar_id_t;
79 #undef DEFTIMEVAR 81 #undef DEFTIMEVAR