OSDN Git Service

2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / value-prof.h
index 8121a08..2a1191d 100644 (file)
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_VALUE_PROF_H
 #define GCC_VALUE_PROF_H
@@ -66,10 +66,6 @@ struct histogram_value_t
          int int_start;        /* First value in interval.  */
          unsigned int steps;   /* Number of values in it.  */
        } intvl;        /* Interval histogram data.  */
-      struct
-       {
-         int may_be_other;     /* If the value may be non-positive or not 2^k.  */
-       } pow2;         /* Power of 2 histogram data.  */
     } hdata;           /* Profiled information specific data.  */
 };