Commit c72d36f2 by Nick Clifton

* config/rl78/rl78.c: Include tree-pass.h.

From-SVN: r190224
parent cee784f5
/* Subroutines used for code generation on Renesas RL78 processors. /* 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. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include "langhooks.h" #include "langhooks.h"
#include "rl78-protos.h" #include "rl78-protos.h"
#include "dumpfile.h" #include "dumpfile.h"
#include "tree-pass.h"
static inline bool is_interrupt_func (const_tree decl); static inline bool is_interrupt_func (const_tree decl);
static inline bool is_brk_interrupt_func (const_tree decl); static inline bool is_brk_interrupt_func (const_tree decl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment