Commit 1f6ad0b5 by Josef Zlomek

Fix typo.

From-SVN: r78909
parent af931390
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment