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)
commit366a2e812d251934628679a77d1ba44f384c863c
tree856c46fe838711cab51e73ae314f09a0187abdce
parent2555a4fc088ce23b38c11297af6692fb085aceda
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.

llvm-svn: 169039
llvm/lib/VMCore/PassManager.cpp