Minor cleanups
authorChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 05:48:24 +0000 (05:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 05:48:24 +0000 (05:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1671 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LiveVar/BBLiveVar.h
lib/Target/SparcV9/LiveVar/BBLiveVar.h

index 9ce56a88f63a9b8581d9caee773d1ca88b60fe1d..147d63321c887861e22af3592dd024017b648f56 100644 (file)
@@ -42,7 +42,6 @@ class BBLiveVar
   void  addUse(const Value *Op);
 
  public:
-
   BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
 
   inline bool isInSetChanged() const { return InSetChanged; }    
@@ -61,18 +60,7 @@ class BBLiveVar
 
   void printAllSets() const;      // for printing Def/In/Out sets
   void printInOutSets() const;    // for printing In/Out sets
-
-  ~BBLiveVar() { }                // nothing to do since only composite objects
-
-
-
 };
 
-
-
-
-
-
-
 #endif
 
index 9ce56a88f63a9b8581d9caee773d1ca88b60fe1d..147d63321c887861e22af3592dd024017b648f56 100644 (file)
@@ -42,7 +42,6 @@ class BBLiveVar
   void  addUse(const Value *Op);
 
  public:
-
   BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
 
   inline bool isInSetChanged() const { return InSetChanged; }    
@@ -61,18 +60,7 @@ class BBLiveVar
 
   void printAllSets() const;      // for printing Def/In/Out sets
   void printInOutSets() const;    // for printing In/Out sets
-
-  ~BBLiveVar() { }                // nothing to do since only composite objects
-
-
-
 };
 
-
-
-
-
-
-
 #endif