Commit cf0150b9 by Andrew Haley Committed by Andrew Haley

tree-inline.c (walk_tree): Add CHAR_TYPE.

2003-01-29  Andrew Haley  <aph@redhat.com>

        * tree-inline.c (walk_tree): Add CHAR_TYPE.

From-SVN: r62068
parent 9b74f3ea
2003-01-29 Andrew Haley <aph@redhat.com>
* tree-inline.c (walk_tree): Add CHAR_TYPE.
Wed Jan 29 10:26:12 CET 2003 Jan Hubicka <jh@suse.cz> Wed Jan 29 10:26:12 CET 2003 Jan Hubicka <jh@suse.cz>
* i386.md (subdi3_carry_rex64): Fix typo. * i386.md (subdi3_carry_rex64): Fix typo.
......
...@@ -1655,6 +1655,7 @@ walk_tree (tp, func, data, htab_) ...@@ -1655,6 +1655,7 @@ walk_tree (tp, func, data, htab_)
case ENUMERAL_TYPE: case ENUMERAL_TYPE:
case BLOCK: case BLOCK:
case RECORD_TYPE: case RECORD_TYPE:
case CHAR_TYPE:
/* None of thse have subtrees other than those already walked /* None of thse have subtrees other than those already walked
above. */ above. */
break; 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