Initial checkin of profiling instrumentation pass. So far, despite the
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 18:59:04 +0000 (18:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 18:59:04 +0000 (18:59 +0000)
commitbaa2007fae24930d9a309b74c63c1d0286fb5b76
treec5f21283dcab88e46c86b707a650d4e226a45014
parenta9a3028935e5b4fbcb9b25fc9fe4069fd3e46b09
Initial checkin of profiling instrumentation pass.  So far, despite the
file name, we only support function profiling.  This will be fixed in the
near future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9547 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/BlockProfiling.cpp [new file with mode: 0644]