Commit ca5b80f3 by Jason Merrill

fix typo

From-SVN: r89960
parent 124e22d4
...@@ -566,7 +566,7 @@ finish_expr_stmt (tree expr) ...@@ -566,7 +566,7 @@ finish_expr_stmt (tree expr)
convert_to_void (build_non_dependent_expr (expr), "statement"); convert_to_void (build_non_dependent_expr (expr), "statement");
/* Simplification of inner statement expressions, compound exprs, /* Simplification of inner statement expressions, compound exprs,
etc can result in the us already having an EXPR_STMT. */ etc can result in us already having an EXPR_STMT. */
if (TREE_CODE (expr) != CLEANUP_POINT_EXPR) if (TREE_CODE (expr) != CLEANUP_POINT_EXPR)
{ {
if (TREE_CODE (expr) != EXPR_STMT) if (TREE_CODE (expr) != EXPR_STMT)
......
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