summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Analysis/LiveVar/BBLiveVar.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/lib/Analysis/LiveVar/BBLiveVar.h b/llvm/lib/Analysis/LiveVar/BBLiveVar.h
index 9ce56a88f63..147d63321c8 100644
--- a/llvm/lib/Analysis/LiveVar/BBLiveVar.h
+++ b/llvm/lib/Analysis/LiveVar/BBLiveVar.h
@@ -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
OpenPOWER on IntegriCloud