r239194 - Fix typo of function name.

Eric Christopher echristo at gmail.com
Fri Jun 5 15:03:02 PDT 2015


Author: echristo
Date: Fri Jun  5 17:03:01 2015
New Revision: 239194

URL: http://llvm.org/viewvc/llvm-project?rev=239194&view=rev
Log:
Fix typo of function name.

Modified:
    cfe/trunk/lib/CodeGen/TargetInfo.h

Modified: cfe/trunk/lib/CodeGen/TargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/TargetInfo.h?rev=239194&r1=239193&r2=239194&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/TargetInfo.h (original)
+++ cfe/trunk/lib/CodeGen/TargetInfo.h Fri Jun  5 17:03:01 2015
@@ -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 {}





More information about the cfe-commits mailing list