diff options
author | Warren Hunt <whunt@google.com> | 2014-05-23 16:26:32 +0000 |
---|---|---|
committer | Warren Hunt <whunt@google.com> | 2014-05-23 16:26:32 +0000 |
commit | 51ec916e20b05c2082dca1c3a5f3986acbfa7b58 (patch) | |
tree | f30119f0a87d62345dfa2b161da454cb9f720e78 | |
parent | df70a7ba999e7b8523bf7feda58521881d570dc6 (diff) | |
download | bcm5719-llvm-51ec916e20b05c2082dca1c3a5f3986acbfa7b58.tar.gz bcm5719-llvm-51ec916e20b05c2082dca1c3a5f3986acbfa7b58.zip |
[MS-ABI] Silence warning from r209523
no functional change.
llvm-svn: 209525
-rw-r--r-- | clang/lib/CodeGen/MicrosoftRTTI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftRTTI.cpp b/clang/lib/CodeGen/MicrosoftRTTI.cpp index bd4789733a5..0eb8100af56 100644 --- a/clang/lib/CodeGen/MicrosoftRTTI.cpp +++ b/clang/lib/CodeGen/MicrosoftRTTI.cpp @@ -52,7 +52,7 @@ using namespace CodeGen; // mangled into them so they can be aggressively deduplicated by the linker. // 5 routines for constructing the llvm types for MS RTTI structs. -llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); +static llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); static llvm::StructType *getTypeDescriptorType(CodeGenModule &CGM, StringRef TypeInfoString) { |