* lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
commit1334250cce8903b41f24e31eb3186a6cdd30668f
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 2010 20:03:02 +0000 (28 20:03 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 2010 20:03:02 +0000 (28 20:03 +0000)
treed8bc53a8850807172136dba3487b68e49c937815
parent35a8873428fed871601d83347538cd0f9b2c7d9b
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158841 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c