Skip to content

Commit 7ac674c

Browse files
committed
Rename StackID
Change-Id: I5c7b5c731ef030fbd8580ae8e55e896f9927741c
1 parent ca74899 commit 7ac674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@ void AArch64FrameLowering::determineStackHazardSlot(
41044104
// For SplitSVEObjects remember that this stack slot is a predicate, this
41054105
// will be needed later when determining the frame layout.
41064106
if (SlotTypes[FI] == SlotType::PPR) {
4107-
MFI.setStackID(FI, TargetStackID::ScalablePredVector);
4107+
MFI.setStackID(FI, TargetStackID::ScalablePredicateVector);
41084108
HasPPRStackObjects = true;
41094109
}
41104110
}

0 commit comments

Comments
 (0)