Mercurial > hg > CbC > CbC_gcc
diff gcc/gimple-pretty-print.h @ 67:f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Mar 2011 17:18:12 +0900 |
parents | b7f97abdc517 |
children | 04ced10e8804 |
line wrap: on
line diff
--- a/gcc/gimple-pretty-print.h Tue May 25 18:58:51 2010 +0900 +++ b/gcc/gimple-pretty-print.h Tue Mar 22 17:18:12 2011 +0900 @@ -22,6 +22,9 @@ #ifndef GCC_GIMPLE_PRETTY_PRINT_H #define GCC_GIMPLE_PRETTY_PRINT_H +#include "pretty-print.h" +#include "tree-pretty-print.h" + /* In gimple-pretty-print.c */ extern void debug_gimple_stmt (gimple); extern void debug_gimple_seq (gimple_seq);