Commit 3fe1efe4 by Martin Jambor Committed by Martin Jambor

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
parent 7a803dd8
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
(pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment