no functional change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209525
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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) {