[MS-ABI] Silence warning from r209523
authorWarren Hunt <whunt@google.com>
Fri, 23 May 2014 16:26:32 +0000 (16:26 +0000)
committerWarren Hunt <whunt@google.com>
Fri, 23 May 2014 16:26:32 +0000 (16:26 +0000)
no functional change.

llvm-svn: 209525

clang/lib/CodeGen/MicrosoftRTTI.cpp

index bd47897..0eb8100 100644 (file)
@@ -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) {