From 7f634222a55c67a256979e429e9ca2647ab91498 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Wed, 20 Jan 2010 09:47:41 +0000 Subject: [PATCH] * tree.def (PLACEHOLDER_EXPR): Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156067 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/tree.def | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4449540..25b8db1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-20 Thomas Quinot + + * tree.def (PLACEHOLDER_EXPR): Fix comment. + 2010-01-20 Jakub Jelinek * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead diff --git a/gcc/tree.def b/gcc/tree.def index 60ac1ad..cb36f40 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -567,11 +567,11 @@ DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", tcc_expression, 1) BLKmode, because it will not be forced out of memory. */ DEFTREECODE (CLEANUP_POINT_EXPR, "cleanup_point_expr", tcc_expression, 1) -/* The following two codes are used in languages that have types where - some field in an object of the type contains a value that is used in - the computation of another field's offset or size and/or the size of - the type. The positions and/or sizes of fields can vary from object - to object of the same type or even for one and the same object within +/* The following code is used in languages that have types where some + field in an object of the type contains a value that is used in the + computation of another field's offset or size and/or the size of the + type. The positions and/or sizes of fields can vary from object to + object of the same type or even for one and the same object within its scope. Record types with discriminants in Ada or schema types in Pascal are -- 2.7.4