diff options
Diffstat (limited to 'gcc/loop-unswitch.c')
-rw-r--r-- | gcc/loop-unswitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop-unswitch.c b/gcc/loop-unswitch.c index 041a117df37..a9089a66cdf 100644 --- a/gcc/loop-unswitch.c +++ b/gcc/loop-unswitch.c @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "params.h" #include "expr.h" +#include "dumpfile.h" /* This pass moves constant conditions out of loops, duplicating the loop in progress, i.e. this code: |