mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 09:39:49 +08:00
Fix typo.
From-SVN: r78909
This commit is contained in:
parent
af93139093
commit
1f6ad0b554
@ -1361,7 +1361,7 @@ track_expr_p (tree expr)
|
||||
if (!decl_rtl)
|
||||
return 0;
|
||||
|
||||
/* Do not track decl if is should be ignored for debugging purposes. */
|
||||
/* Do not track EXPR if it should be ignored for debugging purposes. */
|
||||
if (DECL_IGNORED_P (expr))
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user