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:
Martin Jambor 2008-07-02 12:37:02 +02:00 committed by Martin Jambor
parent 7a803dd8e7
commit 3fe1efe4d0
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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