OSDN Git Service

2008-07-02 Martin Jambor <mjambor@suse.cz>
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2008 10:37:02 +0000 (10:37 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jul 2008 10:37:02 +0000 (10:37 +0000)
* tree-switch-conversion.c: Included timevar.h which I forgot before.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137351 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-switch-conversion.c

index 0005ecc..bb3362e 100644 (file)
@@ -1,5 +1,9 @@
 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).
 
index 8ed25fc..68d6b50 100644 (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