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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fe1efe4d0b2b8b61b046d9436e61534a45e0377;p=gcc.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 0005ecc9023..bb3362e6d9b 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 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