From: Nick Clifton Date: Wed, 8 Aug 2012 08:34:25 +0000 (+0000) Subject: * config/rl78/rl78.c: Include tree-pass.h. X-Git-Tag: releases/gcc-4.8.0~4073 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c72d36f2aadac83b4b5208af778ae7194169915a;p=thirdparty%2Fgcc.git * config/rl78/rl78.c: Include tree-pass.h. From-SVN: r190224 --- diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index df41a85278a4..0bb48beb2e4d 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Renesas RL78 processors. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. @@ -48,6 +48,7 @@ #include "langhooks.h" #include "rl78-protos.h" #include "dumpfile.h" +#include "tree-pass.h" static inline bool is_interrupt_func (const_tree decl); static inline bool is_brk_interrupt_func (const_tree decl);