]> granicus.if.org Git - clang/commitdiff
privatize some methods.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2008 09:11:11 +0000 (09:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2008 09:11:11 +0000 (09:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58602 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 9f2581240637498497ad07023807a65ef6cf8a77..b6a35449d831bbfcb145e1c22b31a92c2c648d9f 100644 (file)
@@ -130,6 +130,9 @@ public:
   /// EmitGlobalVariable - Emit information about a global variable.
   void EmitGlobalVariable(llvm::GlobalVariable *GV, const VarDecl *decl);
  
+  
+private:
+  
   /// getOrCreateCompileUnit - Get the compile unit from the cache or create a
   /// new one if necessary.
   llvm::CompileUnitDesc *getOrCreateCompileUnit(SourceLocation loc);