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 | 273a488cdfe27aee58a3774579376d4b8f791012 (patch) | |
| tree | edd54ecb2576c1b67faabe4c6d85e74799bc1c20 /include | |
| parent | 607a0508ba5732716809b926a271a9152bdcec12 (diff) | |
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 de75d4892d..e74ea3c7d3 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]; } |
