mirror of git://gcc.gnu.org/git/gcc.git
darwin.c: Include gimple.h.
* config/darwin.c: Include gimple.h. * config/i386/winnt.c: Likewise. From-SVN: r204166
This commit is contained in:
parent
5f546e16b7
commit
f3e79ec832
|
|
@ -1,3 +1,8 @@
|
|||
2013-10-29 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* config/darwin.c: Include gimple.h.
|
||||
* config/i386/winnt.c: Likewise.
|
||||
|
||||
2013-10-29 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
PR tree-optimization/19831
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "df.h"
|
||||
#include "debug.h"
|
||||
#include "obstack.h"
|
||||
#include "gimple.h"
|
||||
#include "lto-streamer.h"
|
||||
|
||||
/* Darwin supports a feature called fix-and-continue, which is used
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc.h"
|
||||
#include "target.h"
|
||||
#include "except.h"
|
||||
#include "gimple.h"
|
||||
#include "lto-streamer.h"
|
||||
|
||||
/* i386/PE specific attribute support.
|
||||
|
|
|
|||
Loading…
Reference in New Issue