reapply my timer rewrite with a change for PassManager to store
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 04:03:22 +0000 (04:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 04:03:22 +0000 (04:03 +0000)
commita782e75d487006cafffdc256b3c623307fee4dcf
tree51d267ca5c375c7dc00359f21d3d56a8fb64fc25
parent0d2725ad696afb60c86076469031783669809739
reapply my timer rewrite with a change for PassManager to store
timers by pointer instead of by-value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99871 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManagers.h
include/llvm/Support/Timer.h
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/LoopPass.cpp
lib/Support/Timer.cpp
lib/VMCore/PassManager.cpp