Skip to content

Commit dbcd858

Browse files
committed
Address nit
1 parent 3ac2c4a commit dbcd858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LiveIntervals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ void LiveIntervals::addKillFlags(const VirtRegMap *VRM) {
730730
// Find the regunit intervals for the assigned register. They may overlap
731731
// the virtual register live range, cancelling any kills.
732732
RU.clear();
733-
LaneBitmask ArtificialLanes = LaneBitmask::getNone();
733+
LaneBitmask ArtificialLanes;
734734
for (MCRegUnitMaskIterator UI(PhysReg, TRI); UI.isValid(); ++UI) {
735735
auto [Unit, Bitmask] = *UI;
736736
// Record lane mask for all artificial RegUnits for this physreg.

0 commit comments

Comments
 (0)