aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit56ddb833664e1ab30ee293c3bb210f13408ede71 (patch)
tree9f846aebbc122e51e3b852e269bf4bfc19ab6ccf /include
parentdc53e7a37b9a727a05cbe31521a6e2adee7c57b9 (diff)
downloadexternal_llvm-56ddb833664e1ab30ee293c3bb210f13408ede71.zip
external_llvm-56ddb833664e1ab30ee293c3bb210f13408ede71.tar.gz
external_llvm-56ddb833664e1ab30ee293c3bb210f13408ede71.tar.bz2
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')
-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 9a82470..584199f 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 &&