We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703703a commit 6e6d1b2Copy full SHA for 6e6d1b2
llvm/include/llvm/CodeGen/DwarfWriter.h
@@ -33,7 +33,6 @@ class Value;
33
class Module;
34
class GlobalVariable;
35
class TargetAsmInfo;
36
-class Timer;
37
class raw_ostream;
38
39
//===----------------------------------------------------------------------===//
@@ -50,9 +49,6 @@ class DwarfWriter : public ImmutablePass {
50
49
///
51
DwarfException *DE;
52
53
- /// DwarfTimer - Timer for the Dwarf writer.
54
- ///
55
- Timer *DwarfTimer;
56
public:
57
static char ID; // Pass identification, replacement for typeid
58
0 commit comments