remove function names from comments; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 21 Oct 2014 18:26:57 +0000 (18:26 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 21 Oct 2014 18:26:57 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220309 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LibCallSemantics.cpp

index 7d4e254a111d4e49289b25ec1628a912f4fdc7f6..23639e71232d7c5d1c27b327d1fde5494f7aa4ec 100644 (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 {