comparison 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
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
20 <http://www.gnu.org/licenses/>. */ 20 <http://www.gnu.org/licenses/>. */
21 21
22 #ifndef GCC_GIMPLE_PRETTY_PRINT_H 22 #ifndef GCC_GIMPLE_PRETTY_PRINT_H
23 #define GCC_GIMPLE_PRETTY_PRINT_H 23 #define GCC_GIMPLE_PRETTY_PRINT_H
24 24
25 #include "pretty-print.h"
26 #include "tree-pretty-print.h"
27
25 /* In gimple-pretty-print.c */ 28 /* In gimple-pretty-print.c */
26 extern void debug_gimple_stmt (gimple); 29 extern void debug_gimple_stmt (gimple);
27 extern void debug_gimple_seq (gimple_seq); 30 extern void debug_gimple_seq (gimple_seq);
28 extern void print_gimple_seq (FILE *, gimple_seq, int, int); 31 extern void print_gimple_seq (FILE *, gimple_seq, int, int);
29 extern void print_gimple_stmt (FILE *, gimple, int, int); 32 extern void print_gimple_stmt (FILE *, gimple, int, int);