mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix an obvious typo.
llvm-svn: 148622
This commit is contained in:
parent
46feaf86cf
commit
7bd1a126ed
@ -426,7 +426,7 @@ void LiveVariables::HandleRegMask(const MachineOperand &MO) {
|
||||
if (!PhysRegDef[Reg] && !PhysRegUse[Reg])
|
||||
continue;
|
||||
// Skip mask-preserved regs.
|
||||
if (!MO.clobbersPhysReg(Reg));
|
||||
if (!MO.clobbersPhysReg(Reg))
|
||||
continue;
|
||||
// Kill the largest clobbered super-register.
|
||||
// This avoids needless implicit operands.
|
||||
|
Loading…
Reference in New Issue
Block a user