* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.

From-SVN: r73557
This commit is contained in:
Steven Bosscher 2003-11-13 20:50:40 +00:00 committed by Steven Bosscher
parent c9b010ea5d
commit 415294f0e0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-11-13 Steven Bosscher <stevenb@suse.de>
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
2003-11-13 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/lib1funcs.asm: Fix comment typos.

View File

@ -1856,6 +1856,7 @@ walk_tree (tree *tp, walk_tree_fn func, void *data, void *htab_)
case BLOCK:
case RECORD_TYPE:
case CHAR_TYPE:
case PLACEHOLDER_EXPR:
/* None of these have subtrees other than those already walked
above. */
break;