*** empty log message ***
[oota-llvm.git] / include / llvm / CodeGen / FunctionLiveVarInfo.h
index ee21d4fdbe1fe5a76a722d0caf06020b7c270461..38cb3f09e3e4cf6ba12ffb0424b138d0bab7f50f 100644 (file)
@@ -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 ----------------------