OSDN Git Service

* Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.
[pf3gnuchains/gcc-fork.git] / gcc / passes.c
index 06c2d89..783e33d 100644 (file)
@@ -1820,7 +1820,8 @@ rest_of_compilation (void)
 
       if (flag_branch_probabilities
          && flag_profile_values
-         && flag_value_profile_transformations)
+         && (flag_value_profile_transformations
+             || flag_speculative_prefetching))
        rest_of_handle_value_profile_transformations ();
 
       /* Remove the death notes created for vpt.  */