diff options
Diffstat (limited to 'gcc/valtrack.c')
-rw-r--r-- | gcc/valtrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/valtrack.c b/gcc/valtrack.c index 3dfefc9fc2e..8236a78570e 100644 --- a/gcc/valtrack.c +++ b/gcc/valtrack.c @@ -277,7 +277,7 @@ dead_debug_global_insert (struct dead_debug_global *global, rtx reg, rtx dtemp) } /* If UREGNO, referenced by USE, is a pseudo marked as used in GLOBAL, - replace it with with a USE of the debug temp recorded for it, and + replace it with a USE of the debug temp recorded for it, and return TRUE. Otherwise, just return FALSE. If PTO_RESCAN is given, instead of rescanning modified INSNs right |