Read in the bytecode and profile information, but don't do anything with
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 20:13:07 +0000 (20:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 20:13:07 +0000 (20:13 +0000)
commite436779c5a275e98a488b9ddbceada223f238a8b
treef1b6bcda4ad21e9129b0ee9e78cc645fca5363bd
parent98b1d8115e1efead65240b8e4d7bb258cff17a93
Read in the bytecode and profile information, but don't do anything with
it yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9556 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-prof/ProfileInfo.cpp [new file with mode: 0644]
tools/llvm-prof/ProfileInfo.h [new file with mode: 0644]
tools/llvm-prof/llvm-prof.cpp