diff options
Diffstat (limited to 'gcc/ra-conflict.c')
-rw-r--r-- | gcc/ra-conflict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ra-conflict.c b/gcc/ra-conflict.c index f97d9a89ee2..c693bc4d8b3 100644 --- a/gcc/ra-conflict.c +++ b/gcc/ra-conflict.c @@ -1,5 +1,5 @@ /* Allocate registers for pseudo-registers that span basic blocks. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2008 Free Software Foundation, Inc. Contributed by Kenneth Zadeck <zadeck@naturalbridge.com> This file is part of GCC. @@ -405,7 +405,7 @@ set_conflicts_for_earlyclobber (rtx insn) /* Init LIVE_SUBREGS[ALLOCNUM] and LIVE_SUBREGS_USED[ALLOCNUM] using - REG to the the number of nregs, and INIT_VALUE to get the + REG to the number of nregs, and INIT_VALUE to get the initialization. ALLOCNUM need not be the regno of REG. */ void |