Skip to content

Commit 6e6d1b2

Browse files
committed
Refine the Dwarf writer timers so that they measure exception writing and debug
writing individually. llvm-svn: 66577
1 parent 703703a commit 6e6d1b2

File tree

2 files changed

+169
-147
lines changed

2 files changed

+169
-147
lines changed

llvm/include/llvm/CodeGen/DwarfWriter.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Value;
3333
class Module;
3434
class GlobalVariable;
3535
class TargetAsmInfo;
36-
class Timer;
3736
class raw_ostream;
3837

3938
//===----------------------------------------------------------------------===//
@@ -50,9 +49,6 @@ class DwarfWriter : public ImmutablePass {
5049
///
5150
DwarfException *DE;
5251

53-
/// DwarfTimer - Timer for the Dwarf writer.
54-
///
55-
Timer *DwarfTimer;
5652
public:
5753
static char ID; // Pass identification, replacement for typeid
5854

0 commit comments

Comments
 (0)