aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FunctionLiveVarInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-26 19:19:31 +0000
committerChris Lattner <sabre@nondot.org>2002-07-26 19:19:31 +0000
commit00444d0630b8baaedd47bff5981a24197a04a44c (patch)
treef9b5128cde58d507807bc87f68c18642c996ba5d /include/llvm/CodeGen/FunctionLiveVarInfo.h
parentaabff771653cb70b9b53d9beee027d680c5e29fd (diff)
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FunctionLiveVarInfo.h')
-rw-r--r--include/llvm/CodeGen/FunctionLiveVarInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h
index ee21d4fdbe..38cb3f09e3 100644
--- a/include/llvm/CodeGen/FunctionLiveVarInfo.h
+++ b/include/llvm/CodeGen/FunctionLiveVarInfo.h
@@ -91,8 +91,6 @@ class FunctionLiveVarInfo : public FunctionPass {
public:
static AnalysisID ID; // We are an analysis, we must have an ID
- FunctionLiveVarInfo(AnalysisID id = ID) { assert(id == ID); }
-
virtual const char *getPassName() const { return "Live Variable Analysis"; }
// --------- Implement the FunctionPass interface ----------------------