R600: Calculate store mask instead of using switch.
[oota-llvm.git] / lib / CodeGen / MachineBlockFrequencyInfo.cpp
index 34ebd488b8d799ac68e35e4e622f1f54163a49f3..cc2f31795b8c16227284f43918983ec7832411f8 100644 (file)
@@ -181,6 +181,6 @@ MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
   return MBFI->printBlockFreq(OS, MBB);
 }
 
-uint64_t MachineBlockFrequencyInfo::getEntryFrequency() const {
-  return MBFI->getEntryFrequency();
+uint64_t MachineBlockFrequencyInfo::getEntryFreq() const {
+  return MBFI->getEntryFreq();
 }