diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 13:41:01 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 13:41:01 +0000 |
commit | d06e70e5099e29c895db6b70778cc89bb7091cdd (patch) | |
tree | ec1f65fa99c39f61663ea4a200a4833d32be97e4 | |
parent | 2ca2873890c752ca2dcdb99b870f9365632e44c2 (diff) | |
download | gcc-d06e70e5099e29c895db6b70778cc89bb7091cdd.tar.gz |
Add missing word in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112702 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 797877ebf70..b9cd33f6090 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -5703,7 +5703,7 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, /* Historically, the compiler has treated a bare reference to a volatile lvalue as forcing a load. */ 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 copied by bitwise-assignment. However, we make an exception here, as all we are doing here is ensuring that |