aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 17:09:49 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 17:09:49 +0000
commit546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9 (patch)
tree6bd9460480d9f6d865af753d8dbc2a083caf6413 /include
parent044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (diff)
downloadexternal_llvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.zip
external_llvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.tar.gz
external_llvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.tar.bz2
- Do not expose ::ID from any of the analyses anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h2
-rw-r--r--include/llvm/CodeGen/FunctionLiveVarInfo.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
index b120cc0..dbbcd6a 100644
--- a/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
+++ b/include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
@@ -89,8 +89,6 @@ class FunctionLiveVarInfo : public FunctionPass {
void calcLiveVarSetsForBB(const BasicBlock *BB);
public:
- static AnalysisID ID; // We are an analysis, we must have an ID
-
// --------- Implement the FunctionPass interface ----------------------
// runOnFunction - Perform analysis, update internal data structures.
diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h
index b120cc0..dbbcd6a 100644
--- a/include/llvm/CodeGen/FunctionLiveVarInfo.h
+++ b/include/llvm/CodeGen/FunctionLiveVarInfo.h
@@ -89,8 +89,6 @@ class FunctionLiveVarInfo : public FunctionPass {
void calcLiveVarSetsForBB(const BasicBlock *BB);
public:
- static AnalysisID ID; // We are an analysis, we must have an ID
-
// --------- Implement the FunctionPass interface ----------------------
// runOnFunction - Perform analysis, update internal data structures.