diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2012-08-08 08:34:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2012-08-08 08:34:25 +0000 |
commit | c72d36f2aadac83b4b5208af778ae7194169915a (patch) | |
tree | 020a8b86bb2a3ba14066b41420d3b6ce47f4bc7a /gcc | |
parent | cee784f5fb2330dfca9b64f4ae8c5d707b00ac7c (diff) | |
download | gcc-c72d36f2aadac83b4b5208af778ae7194169915a.zip gcc-c72d36f2aadac83b4b5208af778ae7194169915a.tar.gz gcc-c72d36f2aadac83b4b5208af778ae7194169915a.tar.bz2 |
* config/rl78/rl78.c: Include tree-pass.h.
From-SVN: r190224
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rl78/rl78.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index df41a85..0bb48be 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); |