An initial implementation of an LLVM ProfileInfo class which is designed to
authorChris Lattner <sabre@nondot.org>
Tue, 10 Feb 2004 22:11:42 +0000 (22:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Feb 2004 22:11:42 +0000 (22:11 +0000)
commit171de656eb68d10c90b88e864e708d13c99e642a
tree002bb1c79cf46a8e85af055e737b3f96ce538237
parentacddebd5bb588ba3a0b452a65270c96720ec277d
An initial implementation of an LLVM ProfileInfo class which is designed to
eventually allow Passes to use profiling information to direct them.

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