* auto-profile.c (afdo_propagate): Adjust T const cast to avoid
warning.
From-SVN: r248444
+2017-05-24 Nathan Sidwell <nathan@acm.org>
+
+ * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
+ warning.
+
2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
* config/powerpcspe: New port. Files are copied from the rs6000
FOR_ALL_BB_FN (bb, cfun)
{
bb->count = ((basic_block)bb->aux)->count;
- if (is_bb_annotated ((const basic_block)bb->aux, *annotated_bb))
+ if (is_bb_annotated ((basic_block)bb->aux, *annotated_bb))
set_bb_annotated (bb, annotated_bb);
}