Commit c22b1771 by Eric Botcazou

Add missing word in comment.

From-SVN: r112702
parent 5de09539
...@@ -5703,7 +5703,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, ...@@ -5703,7 +5703,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p,
/* Historically, the compiler has treated a bare /* Historically, the compiler has treated a bare
reference to a volatile lvalue as forcing a load. */ reference to a volatile lvalue as forcing a load. */
tree type = TYPE_MAIN_VARIANT (TREE_TYPE (*expr_p)); tree type = TYPE_MAIN_VARIANT (TREE_TYPE (*expr_p));
/* Normally, we do want to create a temporary for a /* Normally, we do not want to create a temporary for a
TREE_ADDRESSABLE type because such a type should not be TREE_ADDRESSABLE type because such a type should not be
copied by bitwise-assignment. However, we make an copied by bitwise-assignment. However, we make an
exception here, as all we are doing here is ensuring that exception here, as all we are doing here is ensuring that
......
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