mirror of git://gcc.gnu.org/git/gcc.git
c6x.c: Include "gimple-expr.h".
2013-11-13 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/c6x/c6x.c: Include "gimple-expr.h". [BR]: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01411.html From-SVN: r204741
This commit is contained in:
parent
3fede97959
commit
cb076acf46
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-11-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
|
* config/c6x/c6x.c: Include "gimple-expr.h".
|
||||||
|
|
||||||
2013-11-13 Richard Biener <rguenther@suse.de>
|
2013-11-13 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
* gimple-streamer-out.c (output_gimple_stmt): Also wrap
|
* gimple-streamer-out.c (output_gimple_stmt): Also wrap
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@
|
||||||
#include "hw-doloop.h"
|
#include "hw-doloop.h"
|
||||||
#include "regrename.h"
|
#include "regrename.h"
|
||||||
#include "dumpfile.h"
|
#include "dumpfile.h"
|
||||||
|
#include "gimple-expr.h"
|
||||||
|
|
||||||
/* Table of supported architecture variants. */
|
/* Table of supported architecture variants. */
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue