add a new TimerGroup::print method, and refactor away the bogus
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 05:20:02 +0000 (05:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 05:20:02 +0000 (05:20 +0000)
commitecdbff8c74e9c85af08fe9ec9cee4625d36c3c36
tree2ac67c18c24737fea78b2c52f97a7f3f5fe9b9c7
parent49a2bb23d1391c8be45985518d4c5e99ff11b864
add a new TimerGroup::print method, and refactor away the bogus
TimerGroup copy ctor and assignment operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99875 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Timer.h
lib/Support/Timer.cpp