]> gcc.gnu.org Git - gcc.git/commitdiff
tree-switch-conversion.c: Included timevar.h which I forgot before.
authorMartin Jambor <mjambor@suse.cz>
Wed, 2 Jul 2008 10:37:02 +0000 (12:37 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 2 Jul 2008 10:37:02 +0000 (12:37 +0200)
2008-07-02  Martin Jambor  <mjambor@suse.cz>

* tree-switch-conversion.c: Included timevar.h which I forgot before.

From-SVN: r137351

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

index 0005ecc90230c1f1e14cd4b74d14ae933fbbb05d..bb3362e6d9b6b8e9b42980be3fa2b0b43338c5e7 100644 (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
index 8ed25fcabc17bb7ccf0e4a95cafdfd8ee6308462..68d6b50d1bd6630c4611cce3886a2361dc5711ef 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
This page took 0.12605 seconds and 5 git commands to generate.