BlockFrequency: Bump up the entry frequency a bit.
[oota-llvm.git] / include / llvm / Analysis / BlockFrequencyImpl.h
index b3e2d18eb2c6e3002b7662cc1c47f27be6fd4af8..d555e0ef4c9b9cd96e47fe537aa68e1d9733b6a7 100644 (file)
@@ -33,7 +33,7 @@ class BlockFrequencyInfo;
 class MachineBlockFrequencyInfo;
 
 /// BlockFrequencyImpl implements block frequency algorithm for IR and
-/// Machine Instructions. Algorithm starts with value 1024 (START_FREQ)
+/// Machine Instructions. Algorithm starts with value ENTRY_FREQ
 /// for the entry block and then propagates frequencies using branch weights
 /// from (Machine)BranchProbabilityInfo. LoopInfo is not required because
 /// algorithm can find "backedges" by itself.