diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 02f095a..2b710b4 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1,6 +1,6 @@ /* Expands front end tree to back end RTL for GCC. Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -7254,7 +7254,7 @@ record_insns (rtx insns, varray_type *vecp) } } -/* Set the specified locator to the insn chain. */ +/* Set the locator of the insn chain starting at INSN to LOC. */ static void set_insn_locators (rtx insn, int loc) { @@ -7895,6 +7895,7 @@ epilogue_done: #endif #ifdef HAVE_prologue + /* This is probably all useless now that we use locators. */ if (prologue_end) { rtx insn, prev; |