]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or union...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 28 Apr 2010 20:03:02 +0000 (20:03 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 28 Apr 2010 20:03:02 +0000 (20:03 +0000)
commit91eace2bff89309929a542a9f3f886978a4c04d7
treed8bc53a8850807172136dba3487b68e49c937815
parentab6edba459335999c6ca4316399754036d0439e7
lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or union type with RECORD_OR_UNION_TYPE_P predicate.

* lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
record or union type with RECORD_OR_UNION_TYPE_P predicate.
(lto_input_ts_type_tree_pointers): Likewise.
* lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
(lto_output_ts_type_tree_pointers): Likewise.

From-SVN: r158841
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c