diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-09 16:00:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-09 16:00:57 +0000 |
commit | 920911d1e9f01bca349c9cf90fe78712491a4766 (patch) | |
tree | edd54ecb2576c1b67faabe4c6d85e74799bc1c20 /include | |
parent | da58ebcc2659fad293f11e4cd48f9d92b7fc594b (diff) | |
download | external_llvm-920911d1e9f01bca349c9cf90fe78712491a4766.zip external_llvm-920911d1e9f01bca349c9cf90fe78712491a4766.tar.gz external_llvm-920911d1e9f01bca349c9cf90fe78712491a4766.tar.bz2 |
revert r81335, which breaks the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Analysis/ProfileInfoLoader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/ProfileInfoLoader.h b/include/llvm/Analysis/ProfileInfoLoader.h index de75d48..e74ea3c 100644 --- a/include/llvm/Analysis/ProfileInfoLoader.h +++ b/include/llvm/Analysis/ProfileInfoLoader.h @@ -42,8 +42,6 @@ public: ProfileInfoLoader(const char *ToolName, const std::string &Filename, Module &M); - static const unsigned Uncounted = ~0U; - unsigned getNumExecutions() const { return CommandLines.size(); } const std::string &getExecution(unsigned i) const { return CommandLines[i]; } |