+2018-04-18 Martin Liska <mliska@suse.cz>
+
+ * ipa-devirt.c (odr_subtypes_equivalent_p): Fix GNU coding
+ style.
+
2018-04-18 Martin Liska <mliska@suse.cz>
Revert
if (!types_same_for_odr (t1, t2, true))
return false;
/* Limit recursion: If subtypes are ODR types and we know
- that they are same, be happy. */
+ that they are same, be happy. */
if (!odr_type_p (t1) || !get_odr_type (t1, true)->odr_violated)
return true;
}
+2018-04-18 Martin Liska <mliska@suse.cz>
+
+ * lto.c (lto_read_decls): Fix GNU coding style and typos.
+
2018-04-18 Martin Liska <mliska@suse.cz>
PR ipa/83983
num_prevailing_types++;
lto_fixup_prevailing_type (t);
- /* Compute the canonical type of all types.
- Because SCC components ar estreame in random (hash) order
- we may have enountered the type before while registering
+ /* Compute the canonical type of all types.
+ Because SCC components are streamed in random (hash) order
+ we may have encountered the type before while registering
type canonical of a derived type in the same SCC. */
if (!TYPE_CANONICAL (t))
gimple_register_canonical_type (t);