Aggregate pass execution time report by pass ID instead of pass instance.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 30 Nov 2012 21:42:45 +0000 (21:42 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 30 Nov 2012 21:42:45 +0000 (21:42 +0000)
commit8244121b9c130ff2529f3e3ebb3ef2fa4646ba34
tree4d9c389fe7b602c856540196b024210109498450
parentd7956f1feb27db8f908cab7e029e9f2e3359458e
Aggregate pass execution time report by pass ID instead of pass instance.

This avoids unidentified duplicates in the pass execution time report
when a pass runs more than once in the pass manager pipeline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169039 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/PassManager.cpp