From 1f9913fdb20f922e9ae48cb590a3b7b52e8c8a30 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 14 Jul 2011 22:30:56 +0000 Subject: Eliminate redundant LLVMContext argument. Improve DbgScope->dump() output. llvm-svn: 135207 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 0e560fbb09f..11507cc34c1 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -319,7 +319,7 @@ private: void assignAbbrevNumber(DIEAbbrev &Abbrev); /// getOrCreateDbgScope - Create DbgScope for the scope. - DbgScope *getOrCreateDbgScope(DebugLoc DL, LLVMContext &Ctx); + DbgScope *getOrCreateDbgScope(DebugLoc DL); DbgScope *getOrCreateAbstractScope(const MDNode *N); -- cgit v1.2.3