1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

LIU::Query: Remove unused getter; NFC

llvm-svn: 296676
This commit is contained in:
Matthias Braun 2017-03-01 21:02:56 +00:00
parent f1005cf89b
commit 82f79045b6

View File

@ -146,11 +146,6 @@ public:
UserTag = UTag;
}
LiveInterval &virtReg() const {
assert(VirtReg && "uninitialized");
return *VirtReg;
}
// Does this live virtual register interfere with the union?
bool checkInterference() { return collectInterferingVRegs(1); }