Skip to content
Snippets Groups Projects
Commit e5983b54 authored by Warren Hunt's avatar Warren Hunt
Browse files

[MS-ABI] Silence warning from r209523

no functional change.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209525 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2ae85664
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment