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 702f55bb4a
commit d9e4464ccd
1 changed files with 0 additions and 5 deletions

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); }