Commit 415294f0 by Steven Bosscher Committed by Steven Bosscher

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

From-SVN: r73557
parent c9b010ea
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment