Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / lib / CodeGen / MachineBlockFrequencyInfo.cpp
index 070daf2e2ba2c565d8b778c0874a02e5f60f931f..e269d24e1d563df33d05a2528d5af4d752d3a325 100644 (file)
@@ -50,11 +50,6 @@ bool MachineBlockFrequencyInfo::runOnMachineFunction(MachineFunction &F) {
   return false;
 }
 
-/// getblockFreq - Return block frequency. Return 0 if we don't have the
-/// information. Please note that initial frequency is equal to 1024. It means
-/// that we should not rely on the value itself, but only on the comparison to
-/// the other block frequencies. We do this to avoid using of floating points.
-///
 BlockFrequency MachineBlockFrequencyInfo::
 getBlockFreq(const MachineBasicBlock *MBB) const {
   return MBFI->getBlockFreq(MBB);