Preparation for Optimal Edge Profiling:
authorAndreas Neustifter <astifter-llvm@gmx.at>
Tue, 1 Sep 2009 08:48:42 +0000 (08:48 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Tue, 1 Sep 2009 08:48:42 +0000 (08:48 +0000)
commite7ddcfdebe357b4067f9c7d68d44616e11351a23
tree55015a2a2f9978f1379a039a303df0a12403bc8c
parent9535b314833c50bd1c7002b414a9dbabd6690b09
Preparation for Optimal Edge Profiling:
This adds a pass to verify the current profile against the flow conditions.
This is very helpful when later on trying to perserve the profiling information
during all passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80666 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/ProfileVerifierPass.cpp [new file with mode: 0644]