diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-05 22:03:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-05 22:03:01 +0000 |
commit | 56df435693cb6d4991bd86ebceb7c67102188e62 (patch) | |
tree | 760fab905cbd326a6cb7ce3a6340c5c08f8f1389 /clang/lib/CodeGen/TargetInfo.h | |
parent | 162c91ccc4039746bdb89007913a701581bf3c9a (diff) | |
download | bcm5719-llvm-56df435693cb6d4991bd86ebceb7c67102188e62.tar.gz bcm5719-llvm-56df435693cb6d4991bd86ebceb7c67102188e62.zip |
Fix typo of function name.
llvm-svn: 239194
Diffstat (limited to 'clang/lib/CodeGen/TargetInfo.h')
-rw-r--r-- | clang/lib/CodeGen/TargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.h b/clang/lib/CodeGen/TargetInfo.h index f78e54ef8d4..bf63265f028 100644 --- a/clang/lib/CodeGen/TargetInfo.h +++ b/clang/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 {} |