2014-01-09 Richard Biener <rguenther@suse.de>
* lto.c (gimple_canonical_types_compatible_p): Fix comment.
From-SVN: r206462
+2014-01-09 Richard Biener <rguenther@suse.de>
+
+ * lto.c (gimple_canonical_types_compatible_p): Fix comment.
+
2014-01-09 Richard Biener <rguenther@suse.de>
PR lto/45586
|| TREE_CODE (t1) == NULLPTR_TYPE)
return true;
- /* Can't be the same type if they have different alignment, or mode. */
+ /* Can't be the same type if they have different mode. */
if (TYPE_MODE (t1) != TYPE_MODE (t2))
return false;