aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-06 18:45:41 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-06 18:45:41 -0400
commitc5af99013b38ba8a6e3794d7c54cfc56011d1a27 (patch)
treea56cd73f48326dd3cfa22e518b4724f52e45c0ed /gcc
parentce966a60618059edbe930eede5f1370cc95560a7 (diff)
downloadgcc-c5af99013b38ba8a6e3794d7c54cfc56011d1a27.zip
gcc-c5af99013b38ba8a6e3794d7c54cfc56011d1a27.tar.gz
gcc-c5af99013b38ba8a6e3794d7c54cfc56011d1a27.tar.bz2
(save_expr): Update tombstone comment.
From-SVN: r5649
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 8b299cf..05550e7 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -1847,9 +1847,8 @@ staticp (arg)
Constants, and certain read-only nodes, are returned with no
SAVE_EXPR because that is safe. Expressions containing placeholders
- are not touched. (Kenner, please add a cross reference to where
- placeholders are explained, so people can learn the basics for
- understanding this.) */
+ are not touched; see tree.def for an explanation of what these
+ are used for. */
tree
save_expr (expr)