OSDN Git Service

2010-07-14 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ipa-struct-reorg.h
index 20176f2..e6df1cf 100644 (file)
@@ -74,7 +74,7 @@ struct field_entry
    The original structure is decomposed into substructures, or clusters.  */
 struct field_cluster
 {
-  /* A bitmap of field indices. The set bit indicates that the field 
+  /* A bitmap of field indices. The set bit indicates that the field
      corresponding to it is a part of this cluster.  */
   sbitmap fields_in_cluster;
   struct field_cluster *sibling;