mirror of git://gcc.gnu.org/git/gcc.git
* config/rl78/rl78.c: Include tree-pass.h.
From-SVN: r190224
This commit is contained in:
parent
cee784f5fb
commit
c72d36f2aa
|
|
@ -1,5 +1,5 @@
|
||||||
/* 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 @@
|
||||||
#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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue