diff options
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r-- | gcc/tree-switch-conversion.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 1fd9094c866..0ff937f8030 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -1,6 +1,6 @@ /* Switch Conversion converts variable initializations based on switch statements to initializations from a static array. - Copyright (C) 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Martin Jambor <jamborm@suse.cz> This file is part of GCC. @@ -94,6 +94,7 @@ eight) times the number of the actual switch branches. */ #include "input.h" #include "tree-pass.h" #include "diagnostic.h" +#include "gimple-pretty-print.h" #include "tree-dump.h" #include "timevar.h" |