[cfe-commits] r58602 - /cfe/trunk/lib/CodeGen/CGDebugInfo.h
Chris Lattner
sabre at nondot.org
Mon Nov 3 01:11:13 PST 2008
Author: lattner
Date: Mon Nov 3 03:11:11 2008
New Revision: 58602
URL: http://llvm.org/viewvc/llvm-project?rev=58602&view=rev
Log:
privatize some methods.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.h
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=58602&r1=58601&r2=58602&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Mon Nov 3 03:11:11 2008
@@ -130,6 +130,9 @@
/// 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);
More information about the cfe-commits
mailing list