summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LivePhysRegs.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-05-26 21:50:51 +0000
committerMatthias Braun <matze@braunis.de>2017-05-26 21:50:51 +0000
commit61cf1a9e857f85833fad45e28efbc960565aa517 (patch)
tree8be2e3e197045ddcf9c2318db4bbe06337b2b180 /llvm/lib/CodeGen/LivePhysRegs.cpp
parentd8f4e999332d7a062f174327428f8bc57d9f2c7d (diff)
downloadbcm5719-llvm-61cf1a9e857f85833fad45e28efbc960565aa517.tar.gz
bcm5719-llvm-61cf1a9e857f85833fad45e28efbc960565aa517.zip
LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC
llvm-svn: 304036
Diffstat (limited to 'llvm/lib/CodeGen/LivePhysRegs.cpp')
-rw-r--r--llvm/lib/CodeGen/LivePhysRegs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LivePhysRegs.cpp b/llvm/lib/CodeGen/LivePhysRegs.cpp
index 317e38ded07..0dc1079b2ad 100644
--- a/llvm/lib/CodeGen/LivePhysRegs.cpp
+++ b/llvm/lib/CodeGen/LivePhysRegs.cpp
@@ -53,7 +53,7 @@ void LivePhysRegs::stepBackward(const MachineInstr &MI) {
continue;
removeReg(Reg);
} else if (O->isRegMask())
- removeRegsInMask(*O, nullptr);
+ removeRegsInMask(*O);
}
// Add uses to the set.
OpenPOWER on IntegriCloud