summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-07-12 01:38:51 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-07-12 01:38:51 +0000
commitb5eec33dcde63bee6048d54bee2a376737028e5c (patch)
treee9de0819027f1757bd38661c5abd492a80fe9ddf /include/llvm/Support/Timer.h
parentcddc11e7570893233af8e84dfb8e7f0f9ab0090d (diff)
downloadllvm-b5eec33dcde63bee6048d54bee2a376737028e5c.tar.gz
llvm-b5eec33dcde63bee6048d54bee2a376737028e5c.tar.bz2
llvm-b5eec33dcde63bee6048d54bee2a376737028e5c.tar.xz
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Timer.h')
-rw-r--r--include/llvm/Support/Timer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h
index b9882a9708..4164ddc891 100644
--- a/include/llvm/Support/Timer.h
+++ b/include/llvm/Support/Timer.h
@@ -132,8 +132,6 @@ public:
///
struct NamedRegionTimer : public TimeRegion {
explicit NamedRegionTimer(const std::string &Name);
- explicit NamedRegionTimer(const std::string &Name,
- const std::string &GroupName);
};