diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-14 22:30:56 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-14 22:30:56 +0000 |
commit | 1f9913fdb20f922e9ae48cb590a3b7b52e8c8a30 (patch) | |
tree | 5cf8f4691868571165a782650c2d9e87cdcc579e /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 331eff3995c16e2080222b61063122aa9021e404 (diff) | |
download | bcm5719-llvm-1f9913fdb20f922e9ae48cb590a3b7b52e8c8a30.tar.gz bcm5719-llvm-1f9913fdb20f922e9ae48cb590a3b7b52e8c8a30.zip |
Eliminate redundant LLVMContext argument.
Improve DbgScope->dump() output.
llvm-svn: 135207
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |