summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-17 13:53:33 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-17 13:53:33 +0000
commit46261ada06df7a79829e9f57be2f7105f4343e50 (patch)
tree2094328b30e8e414ffd29b617c8fb2de785da321
parente573b508877c71d2e76dbe656cd29515a9535dc4 (diff)
downloadppe42-gcc-46261ada06df7a79829e9f57be2f7105f4343e50.tar.gz
ppe42-gcc-46261ada06df7a79829e9f57be2f7105f4343e50.zip
fix comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50916 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 357c0683e0b..0cb7dfce5c8 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -3566,8 +3566,7 @@ builtin:
match with the placement new is accepted.
CODE is either DELETE_EXPR or VEC_DELETE_EXPR.
- ADDR is the pointer to be deleted. For placement delete, it is also
- used to determine what the corresponding new looked like.
+ ADDR is the pointer to be deleted.
SIZE is the size of the memory block to be deleted.
FLAGS are the usual overloading flags.
PLACEMENT is the corresponding placement new call, or NULL_TREE. */
OpenPOWER on IntegriCloud