diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-04-07 09:28:04 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-04-07 09:28:04 +0000 |
commit | fcc14141c766549cdc7f5dd035ceccfd733102e8 (patch) | |
tree | 7ce530eb4604b6f68a70ae86057c4e402e7ebe75 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 43c275fa56668286b7886e79f78d58a47671db0d (diff) | |
download | bcm5719-llvm-fcc14141c766549cdc7f5dd035ceccfd733102e8.tar.gz bcm5719-llvm-fcc14141c766549cdc7f5dd035ceccfd733102e8.zip |
Use the "NamedGroupTimer" class to categorize DWARF emission better.
llvm-svn: 100616
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index c7baf5f5d38..405c6d38182 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -33,7 +33,6 @@ class MachineFrameInfo; class MachineLocation; class MachineModuleInfo; class MCAsmInfo; -class Timer; class DIEAbbrev; class DIE; class DIEBlock; @@ -208,9 +207,6 @@ class DwarfDebug { /// label location to indicate scope boundries in dwarf debug info. DebugLoc PrevInstLoc; - /// DebugTimer - Timer for the Dwarf debug writer. - Timer *DebugTimer; - struct FunctionDebugFrameInfo { unsigned Number; std::vector<MachineMove> Moves; |