Skip to content

Commit 0883cd7

Browse files
committed
Rename StackID
Change-Id: I5c7b5c731ef030fbd8580ae8e55e896f9927741c
1 parent 6698571 commit 0883cd7

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
@@ -4097,7 +4097,7 @@ void AArch64FrameLowering::determineStackHazardSlot(
40974097
// For SplitSVEObjects remember that this stack slot is a predicate, this
40984098
// will be needed later when determining the frame layout.
40994099
if (SlotTypes[FI] == SlotType::PPR) {
4100-
MFI.setStackID(FI, TargetStackID::ScalablePredVector);
4100+
MFI.setStackID(FI, TargetStackID::ScalablePredicateVector);
41014101
HasPPRStackObjects = true;
41024102
}
41034103
}

0 commit comments

Comments
 (0)