mirror of git://gcc.gnu.org/git/gcc.git
tilepro.c: Include "tree.h".
2013-10-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/tilepro/tilepro.c: Include "tree.h". From-SVN: r203924
This commit is contained in:
parent
1adb2fb9ce
commit
574733d335
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* config/tilepro/tilepro.c: Include "tree.h".
|
||||||
|
|
||||||
2013-10-22 Andreas Schwab <schwab@suse.de>
|
2013-10-22 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* config/m68k/m68k.c (notice_update_cc): Handle register conflict
|
* config/m68k/m68k.c (notice_update_cc): Handle register conflict
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@
|
||||||
#include "function.h"
|
#include "function.h"
|
||||||
#include "dwarf2.h"
|
#include "dwarf2.h"
|
||||||
#include "timevar.h"
|
#include "timevar.h"
|
||||||
|
#include "tree.h"
|
||||||
#include "gimple.h"
|
#include "gimple.h"
|
||||||
#include "cfgloop.h"
|
#include "cfgloop.h"
|
||||||
#include "tilepro-builtins.h"
|
#include "tilepro-builtins.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue