diff options
author | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-13 12:14:40 +0000 |
---|---|---|
committer | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-13 12:14:40 +0000 |
commit | 436161c686eb154b799b271c6ce15d50087fb358 (patch) | |
tree | e59a49daf0482c021e681f6f7de68492e42adf68 /gcc | |
parent | ce016e273825134bee8e22c8cbc1cef79e01b009 (diff) | |
download | gcc-436161c686eb154b799b271c6ce15d50087fb358.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/c6x/c6x.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c41fb9c8db8..d03d52bfa36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> * gimple-streamer-out.c (output_gimple_stmt): Also wrap diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index a7c36833b45..a37e02ff834 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -52,6 +52,7 @@ #include "hw-doloop.h" #include "regrename.h" #include "dumpfile.h" +#include "gimple-expr.h" /* Table of supported architecture variants. */ typedef struct |