summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalPartition.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 17:09:45 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 17:09:45 +0000
commit044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (patch)
tree744ad8cfae73711c2f3c46a0bf25152ec0097d9d /include/llvm/Analysis/IntervalPartition.h
parent607ace696b17036a7f23e4c1936b7ed2e87d3647 (diff)
downloadllvm-044f9087915168efb7ab4faf3a1a1ca6b1ca4a82.tar.gz
llvm-044f9087915168efb7ab4faf3a1a1ca6b1ca4a82.tar.bz2
llvm-044f9087915168efb7ab4faf3a1a1ca6b1ca4a82.tar.xz
- Do not expose ::ID from any of the analyses anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/IntervalPartition.h')
-rw-r--r--include/llvm/Analysis/IntervalPartition.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/IntervalPartition.h b/include/llvm/Analysis/IntervalPartition.h
index 197c469db9..44e730c42b 100644
--- a/include/llvm/Analysis/IntervalPartition.h
+++ b/include/llvm/Analysis/IntervalPartition.h
@@ -36,8 +36,6 @@ class IntervalPartition : public FunctionPass {
std::vector<Interval*> Intervals;
public:
- static AnalysisID ID; // We are an analysis, we must have an ID
-
IntervalPartition() : RootInterval(0) {}
// run - Calculate the interval partition for this function