remove function names from comments; NFC

llvm-svn: 220309
This commit is contained in:
Sanjay Patel 2014-10-21 18:26:57 +00:00
parent 4bbdeda8be
commit d5aa255146
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include "llvm/IR/Function.h"
using namespace llvm;
/// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
/// This impl pointer in ~LibCallInfo is actually a StringMap. This
/// helper does the cast.
static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) {
return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr);
@ -38,7 +38,7 @@ const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {
}
/// getFunctionInfo - Return the LibCallFunctionInfo object corresponding to
/// Return the LibCallFunctionInfo object corresponding to
/// the specified function if we have it. If not, return null.
const LibCallFunctionInfo *
LibCallInfo::getFunctionInfo(const Function *F) const {