]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/rl78/rl78.c: Include tree-pass.h.
authorNick Clifton <nickc@gcc.gnu.org>
Wed, 8 Aug 2012 08:34:25 +0000 (08:34 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 8 Aug 2012 08:34:25 +0000 (08:34 +0000)
From-SVN: r190224

gcc/config/rl78/rl78.c

index df41a85278a4ec7605b6c5dcef742a42212a2648..0bb48beb2e4d56b67e90dde4bd2efabb86fa7472 100644 (file)
@@ -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"
 \f
 static inline bool is_interrupt_func (const_tree decl);
 static inline bool is_brk_interrupt_func (const_tree decl);