Skip to content

Commit 0bcda41

Browse files
committed
Rename StackID
Change-Id: I5c7b5c731ef030fbd8580ae8e55e896f9927741c
1 parent 2b34781 commit 0bcda41

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
@@ -4035,7 +4035,7 @@ void AArch64FrameLowering::determineStackHazardSlot(
40354035
// For SplitSVEObjects remember that this stack slot is a predicate, this
40364036
// will be needed later when determining the frame layout.
40374037
if (SlotTypes[FI] == SlotType::PPR) {
4038-
MFI.setStackID(FI, TargetStackID::ScalablePredVector);
4038+
MFI.setStackID(FI, TargetStackID::ScalablePredicateVector);
40394039
HasPPRStackObjects = true;
40404040
}
40414041
}

0 commit comments

Comments
 (0)