summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-23 16:36:10 +0000
committerOwen Anderson <resistor@mac.com>2009-06-23 16:36:10 +0000
commit200aa6d89b75d2a4f630b85a4a785ae7d18d16bb (patch)
tree9f846aebbc122e51e3b852e269bf4bfc19ab6ccf /include/llvm/Support/Timer.h
parentae99227ef9c68b6cedcb2ae5971fd2072b598d49 (diff)
downloadllvm-200aa6d89b75d2a4f630b85a4a785ae7d18d16bb.tar.gz
llvm-200aa6d89b75d2a4f630b85a4a785ae7d18d16bb.tar.bz2
llvm-200aa6d89b75d2a4f630b85a4a785ae7d18d16bb.tar.xz
Revert r73923, which broke clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r--include/llvm/Support/Timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h
index 9a8247071c..584199f440 100644
--- a/include/llvm/Support/Timer.h
+++ b/include/llvm/Support/Timer.h
@@ -152,7 +152,6 @@ class TimerGroup {
unsigned NumTimers;
std::vector<Timer> TimersToPrint;
public:
- TimerGroup() : Name("Miscellaneous Ungrouped Timers"), NumTimers(0) {}
explicit TimerGroup(const std::string &name) : Name(name), NumTimers(0) {}
~TimerGroup() {
assert(NumTimers == 0 &&