summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-09 16:00:57 +0000
committerChris Lattner <sabre@nondot.org>2009-09-09 16:00:57 +0000
commit273a488cdfe27aee58a3774579376d4b8f791012 (patch)
treeedd54ecb2576c1b67faabe4c6d85e74799bc1c20 /include/llvm
parent607a0508ba5732716809b926a271a9152bdcec12 (diff)
downloadllvm-273a488cdfe27aee58a3774579376d4b8f791012.tar.gz
llvm-273a488cdfe27aee58a3774579376d4b8f791012.tar.bz2
llvm-273a488cdfe27aee58a3774579376d4b8f791012.tar.xz
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/llvm')
-rw-r--r--include/llvm/Analysis/ProfileInfoLoader.h2
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]; }