tree-switch-conversion.c: Included timevar.h which I forgot before.
2008-07-02 Martin Jambor <mjambor@suse.cz> * tree-switch-conversion.c: Included timevar.h which I forgot before. From-SVN: r137351
This commit is contained in:
parent
7a803dd8e7
commit
3fe1efe4d0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-07-02 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* tree-switch-conversion.c: Included timevar.h which I forgot before.
|
||||
|
||||
2008-07-02 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* tree-switch-conversion.c: Included timevar.h
|
||||
|
|
|
@ -95,6 +95,7 @@ eight) times the number of the actual switch branches. */
|
|||
#include "tree-pass.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-dump.h"
|
||||
#include "timevar.h"
|
||||
|
||||
/* The main structure of the pass. */
|
||||
struct switch_conv_info
|
||||
|
|
Loading…
Add table
Reference in a new issue