summaryrefslogtreecommitdiff
path: root/gcc/tree-switch-conversion.c
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2008-07-02 12:37:02 +0200
committerMartin Jambor <jamborm@gcc.gnu.org>2008-07-02 12:37:02 +0200
commit3fe1efe4d0b2b8b61b046d9436e61534a45e0377 (patch)
tree2f717ac1bfb51784281cf651566fc1b05522bf22 /gcc/tree-switch-conversion.c
parent7a803dd8e7a249e2202098ebe8e9f7b79611afdc (diff)
downloadgcc-3fe1efe4d0b2b8b61b046d9436e61534a45e0377.tar.gz
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
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r--gcc/tree-switch-conversion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c
index 8ed25fcabc1..68d6b50d1bd 100644
--- a/gcc/tree-switch-conversion.c
+++ b/gcc/tree-switch-conversion.c
@@ -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