summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/BBLiveVar.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-04 05:48:24 +0000
committerChris Lattner <sabre@nondot.org>2002-02-04 05:48:24 +0000
commit9e881eb60d8dad093e8ce03f45860df8ac43837c (patch)
treeacfe07a03ced4626c712256d271ac97fb8c257e7 /lib/Target/SparcV9/LiveVar/BBLiveVar.h
parentb99169f1833a4faa90c1dbc61fb1650e1716a423 (diff)
downloadllvm-9e881eb60d8dad093e8ce03f45860df8ac43837c.tar.gz
llvm-9e881eb60d8dad093e8ce03f45860df8ac43837c.tar.bz2
llvm-9e881eb60d8dad093e8ce03f45860df8ac43837c.tar.xz
Minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/LiveVar/BBLiveVar.h')
-rw-r--r--lib/Target/SparcV9/LiveVar/BBLiveVar.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/Target/SparcV9/LiveVar/BBLiveVar.h b/lib/Target/SparcV9/LiveVar/BBLiveVar.h
index 9ce56a88f6..147d63321c 100644
--- a/lib/Target/SparcV9/LiveVar/BBLiveVar.h
+++ b/lib/Target/SparcV9/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