Replace size method call of containers to empty method where appropriate
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
index 32d511285eb21243be54b42359396f8d76df0c54..b5a31925e6b252024fd7961baa3c56eb0286aa51 100644 (file)
@@ -554,8 +554,6 @@ try_next:;
 
 /// getPersonality - Return the personality function for the current function.
 const Function *MachineModuleInfo::getPersonality() const {
-  // FIXME: Until PR1414 will be fixed, we're using 1 personality function per
-  // function
   return !LandingPads.empty() ? LandingPads[0].Personality : nullptr;
 }