From 240a46818514dd43ddb46b9e5630eacb75ca96ba Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 22 May 2010 14:15:50 +0000 Subject: * rtl.h (union rtunion_def): Remove rt_bit member. (XBITMAP, X0BITMAP, XCBITMAP): Remove. * print-rtl (print_rtx): Do not print the member. * gengtype.c (adjust_field_rtx_def): Do not handle it. * gengenrtl.c (type_from_format): Likewise. (accessor_from_format): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159698 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/print-rtl.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gcc/print-rtl.c') diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index c4533509ab1..d8c76443d00 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -512,16 +512,6 @@ print_rtx (const_rtx in_rtx) sawclose = 0; break; - case 'b': -#ifndef GENERATOR_FILE - if (XBITMAP (in_rtx, i) == NULL) - fputs (" {null}", outfile); - else - bitmap_print (outfile, XBITMAP (in_rtx, i), " {", "}"); -#endif - sawclose = 0; - break; - case 't': #ifndef GENERATOR_FILE dump_addr (outfile, " ", XTREE (in_rtx, i)); -- cgit v1.2.1