comparison gcc/ipa-struct-reorg.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
72 72
73 /* This structure represents a result of the structure peeling. 73 /* This structure represents a result of the structure peeling.
74 The original structure is decomposed into substructures, or clusters. */ 74 The original structure is decomposed into substructures, or clusters. */
75 struct field_cluster 75 struct field_cluster
76 { 76 {
77 /* A bitmap of field indices. The set bit indicates that the field 77 /* A bitmap of field indices. The set bit indicates that the field
78 corresponding to it is a part of this cluster. */ 78 corresponding to it is a part of this cluster. */
79 sbitmap fields_in_cluster; 79 sbitmap fields_in_cluster;
80 struct field_cluster *sibling; 80 struct field_cluster *sibling;
81 }; 81 };
82 82