mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
From-SVN: r73557
This commit is contained in:
parent
c9b010ea5d
commit
415294f0e0
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user