OSDN Git Service

Revert
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa.c
index e5acbf4..60abc6b 100644 (file)
@@ -1442,8 +1442,7 @@ useless_type_conversion_p (tree outer_type, tree inner_type)
      compared types.  */
   else if (AGGREGATE_TYPE_P (inner_type)
           && TREE_CODE (inner_type) == TREE_CODE (outer_type))
-    return (in_lto_p
-           && gimple_types_compatible_p (outer_type, inner_type, GTC_DIAG));
+    return false;
 
   return false;
 }