Deleted Added
full compact
print-rtl.c (169690) print-rtl.c (260014)
1/* Print RTL for GCC.
2 Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify it under

--- 592 unchanged lines hidden (view full) ---

601 switch (LABEL_KIND (in_rtx))
602 {
603 case LABEL_NORMAL: break;
604 case LABEL_STATIC_ENTRY: fputs (" [entry]", outfile); break;
605 case LABEL_GLOBAL_ENTRY: fputs (" [global entry]", outfile); break;
606 case LABEL_WEAK_ENTRY: fputs (" [weak entry]", outfile); break;
607 default: gcc_unreachable ();
608 }
1/* Print RTL for GCC.
2 Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify it under

--- 592 unchanged lines hidden (view full) ---

601 switch (LABEL_KIND (in_rtx))
602 {
603 case LABEL_NORMAL: break;
604 case LABEL_STATIC_ENTRY: fputs (" [entry]", outfile); break;
605 case LABEL_GLOBAL_ENTRY: fputs (" [global entry]", outfile); break;
606 case LABEL_WEAK_ENTRY: fputs (" [weak entry]", outfile); break;
607 default: gcc_unreachable ();
608 }
609/* APPLE LOCAL begin for-fsf-4_4 3274130 5295549 */ \
610 if (LABEL_ALIGN_LOG (in_rtx) > 0)
611 fprintf (outfile, " [log_align %u skip %u]", LABEL_ALIGN_LOG (in_rtx),
612 LABEL_MAX_SKIP (in_rtx));
613/* APPLE LOCAL end for-fsf-4_4 3274130 5295549 */ \
609 break;
610
611 default:
612 break;
613 }
614
615 if (dump_for_graph
616 && (is_insn || NOTE_P (in_rtx)

--- 183 unchanged lines hidden ---
614 break;
615
616 default:
617 break;
618 }
619
620 if (dump_for_graph
621 && (is_insn || NOTE_P (in_rtx)

--- 183 unchanged lines hidden ---