mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
remove function names from comments; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33f014f298
commit
3f898e6785
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user