From: Sanjay Patel Date: Tue, 21 Oct 2014 18:26:57 +0000 (+0000) Subject: remove function names from comments; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f898e6785875c97e3a6cdf33d6ffe42ba526b41;p=oota-llvm.git remove function names from comments; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LibCallSemantics.cpp b/lib/Analysis/LibCallSemantics.cpp index 7d4e254a111..23639e71232 100644 --- a/lib/Analysis/LibCallSemantics.cpp +++ b/lib/Analysis/LibCallSemantics.cpp @@ -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 *getMap(void *Ptr) { return static_cast *>(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 {