From 5bc04af9cfb595c3b7b787b308d8d7c26f0ab408 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 5 Jun 2015 22:03:01 +0000 Subject: [PATCH] Fix typo of function name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239194 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/TargetInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/TargetInfo.h b/lib/CodeGen/TargetInfo.h index f78e54ef8d..bf63265f02 100644 --- a/lib/CodeGen/TargetInfo.h +++ b/lib/CodeGen/TargetInfo.h @@ -58,7 +58,7 @@ public: virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const {} - /// EmitTargetMD - Provides a convenient hook to handle extra + /// emitTargetMD - Provides a convenient hook to handle extra /// target-specific metadata for the given global. virtual void emitTargetMD(const Decl *D, llvm::GlobalValue *GV, CodeGen::CodeGenModule &M) const {} -- 2.40.0