Add a new command line option for PassManager using utilities.
authorChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 04:04:29 +0000 (04:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 04:04:29 +0000 (04:04 +0000)
commit691fa3cfb12f459b953dd400057841b10ccf4b72
treeb0984995084cf6c21f7df06ebf5f99658204132c
parent63f824ce1815078b5a15edc5ecf1b57ac6f6aa04
Add a new command line option for PassManager using utilities.
Now for llc, gccas, analyze, opt, etc you can specify the -time-passes
command line option that outputs a timing summary report that indicates
how long each pass takes to execute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Pass.cpp
lib/VMCore/PassManagerT.h