summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-10-21 18:26:57 +0000
committerSanjay Patel <spatel@rotateright.com>2014-10-21 18:26:57 +0000
commitd5aa255146a26514c1b02e5b5bcf1739ee5f4ad0 (patch)
tree2eae328d70b93d5652e36ba394740591d3f40096 /llvm/lib
parent4bbdeda8befcf8f282f9ef7b87d7860a9cfa9ca5 (diff)
downloadbcm5719-llvm-d5aa255146a26514c1b02e5b5bcf1739ee5f4ad0.tar.gz
bcm5719-llvm-d5aa255146a26514c1b02e5b5bcf1739ee5f4ad0.zip
remove function names from comments; NFC
llvm-svn: 220309
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/LibCallSemantics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/LibCallSemantics.cpp b/llvm/lib/Analysis/LibCallSemantics.cpp
index 7d4e254a111..23639e71232 100644
--- a/llvm/lib/Analysis/LibCallSemantics.cpp
+++ b/llvm/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<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 {
OpenPOWER on IntegriCloud