r209525 - [MS-ABI] Silence warning from r209523

Warren Hunt whunt at google.com
Fri May 23 09:26:32 PDT 2014


Author: whunt
Date: Fri May 23 11:26:32 2014
New Revision: 209525

URL: http://llvm.org/viewvc/llvm-project?rev=209525&view=rev
Log:
[MS-ABI] Silence warning from r209523
no functional change.


Modified:
    cfe/trunk/lib/CodeGen/MicrosoftRTTI.cpp

Modified: cfe/trunk/lib/CodeGen/MicrosoftRTTI.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/MicrosoftRTTI.cpp?rev=209525&r1=209524&r2=209525&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/MicrosoftRTTI.cpp (original)
+++ cfe/trunk/lib/CodeGen/MicrosoftRTTI.cpp Fri May 23 11:26:32 2014
@@ -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) {





More information about the cfe-commits mailing list