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 | f5d063685089615d31b0236c786807c4251f26cd (patch) | |
tree | ea88d7e76bf795c962447319055115b6acc73d02 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | a49ac8ace0ee9ac374913d0d950f34f811356225 (diff) | |
download | bcm5719-llvm-f5d063685089615d31b0236c786807c4251f26cd.tar.gz bcm5719-llvm-f5d063685089615d31b0236c786807c4251f26cd.zip |
trim some spurious references to DwarfWriter. SDIsel really doesn't
need it anymore, so don't addRequire it.
llvm-svn: 100400
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 6da94a4331b..196b73bdaed 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/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), |