From: Martin Jambor Date: Wed, 2 Jul 2008 10:37:02 +0000 (+0200) Subject: tree-switch-conversion.c: Included timevar.h which I forgot before. X-Git-Tag: releases/gcc-4.4.0~4041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe1efe4d0b2b8b61b046d9436e61534a45e0377;p=thirdparty%2Fgcc.git tree-switch-conversion.c: Included timevar.h which I forgot before. 2008-07-02 Martin Jambor * tree-switch-conversion.c: Included timevar.h which I forgot before. From-SVN: r137351 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0005ecc90230..bb3362e6d9b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Martin Jambor + + * tree-switch-conversion.c: Included timevar.h which I forgot before. + 2008-07-02 Martin Jambor * tree-switch-conversion.c: Included timevar.h diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 8ed25fcabc17..68d6b50d1bd6 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