mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
Remove unused method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f2ac19f8e
commit
e057ca61b1
@ -444,9 +444,6 @@ public:
|
||||
const std::set<int> &getRegsUsed() const {
|
||||
return regsUsed;
|
||||
}
|
||||
bool isRegUsed(int regNum) const {
|
||||
return regsUsed.find(regNum) != regsUsed.end();
|
||||
}
|
||||
void insertUsedReg(unsigned Reg) {
|
||||
assert(((int) Reg) >= 0 && "Invalid register being marked as used");
|
||||
regsUsed.insert((int) Reg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user