diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 04:09:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 04:09:20 +0000 |
commit | ea761868b5e4c0166721daf259f86c3816b44f42 (patch) | |
tree | dcbd469fa5e54e4440c489e0d88bfa56fcc2d1ac /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 0bcbe0e609b99970d9d6756ccb12474cfd77f1b3 (diff) |
trim some spurious references to DwarfWriter. SDIsel really doesn't
need it anymore, so don't addRequire it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 6da94a4331..196b73bdae 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -270,6 +270,8 @@ public: void dump() const; #endif }; + +} // end llvm namespace #ifndef NDEBUG void DbgScope::dump() const { @@ -297,8 +299,6 @@ DbgScope::~DbgScope() { delete Variables[j]; } -} // end llvm namespace - DwarfDebug::DwarfDebug(AsmPrinter *A) : Asm(A), MMI(Asm->MMI), ModuleCU(0), AbbreviationsSet(InitAbbreviationsSetSize), |