Deleted Added
full compact
emit-rtl.c (222207) emit-rtl.c (260014)
1/* Emit RTL for the GCC expander.
2 Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
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

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

2057}
2058
2059/* Return a newly created CODE_LABEL rtx with a unique label number. */
2060
2061rtx
2062gen_label_rtx (void)
2063{
2064 return gen_rtx_CODE_LABEL (VOIDmode, 0, NULL_RTX, NULL_RTX,
1/* Emit RTL for the GCC expander.
2 Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
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

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

2057}
2058
2059/* Return a newly created CODE_LABEL rtx with a unique label number. */
2060
2061rtx
2062gen_label_rtx (void)
2063{
2064 return gen_rtx_CODE_LABEL (VOIDmode, 0, NULL_RTX, NULL_RTX,
2065 NULL, label_num++, NULL);
2065/* APPLE LOCAL begin for-fsf-4_4 3274130 5295549 */ \
2066 NULL, label_num++, NULL, 0);
2067/* APPLE LOCAL end for-fsf-4_4 3274130 5295549 */ \
2066}
2067
2068/* For procedure integration. */
2069
2070/* Install new pointers to the first and last insns in the chain.
2071 Also, set cur_insn_uid to one higher than the last in use.
2072 Used for an inline-procedure after copying the insn chain. */
2073

--- 3309 unchanged lines hidden ---
2068}
2069
2070/* For procedure integration. */
2071
2072/* Install new pointers to the first and last insns in the chain.
2073 Also, set cur_insn_uid to one higher than the last in use.
2074 Used for an inline-procedure after copying the insn chain. */
2075

--- 3309 unchanged lines hidden ---