mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 14:22:26 +00:00
Minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b99169f183
commit
9e881eb60d
@ -42,7 +42,6 @@ class BBLiveVar
|
|||||||
void addUse(const Value *Op);
|
void addUse(const Value *Op);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
|
BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
|
||||||
|
|
||||||
inline bool isInSetChanged() const { return InSetChanged; }
|
inline bool isInSetChanged() const { return InSetChanged; }
|
||||||
@ -61,18 +60,7 @@ class BBLiveVar
|
|||||||
|
|
||||||
void printAllSets() const; // for printing Def/In/Out sets
|
void printAllSets() const; // for printing Def/In/Out sets
|
||||||
void printInOutSets() const; // for printing In/Out sets
|
void printInOutSets() const; // for printing In/Out sets
|
||||||
|
|
||||||
~BBLiveVar() { } // nothing to do since only composite objects
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@ class BBLiveVar
|
|||||||
void addUse(const Value *Op);
|
void addUse(const Value *Op);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
|
BBLiveVar( const BasicBlock* baseBB, unsigned int POId);
|
||||||
|
|
||||||
inline bool isInSetChanged() const { return InSetChanged; }
|
inline bool isInSetChanged() const { return InSetChanged; }
|
||||||
@ -61,18 +60,7 @@ class BBLiveVar
|
|||||||
|
|
||||||
void printAllSets() const; // for printing Def/In/Out sets
|
void printAllSets() const; // for printing Def/In/Out sets
|
||||||
void printInOutSets() const; // for printing In/Out sets
|
void printInOutSets() const; // for printing In/Out sets
|
||||||
|
|
||||||
~BBLiveVar() { } // nothing to do since only composite objects
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user