Skip to content

Commit 2189653

Browse files
committed
Reword
1 parent ac22ed1 commit 2189653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7916,7 +7916,7 @@ SDValue AArch64TargetLowering::lowerEHPadEntry(SDValue Chain, SDLoc const &DL,
79167916
MachineFunction &MF = DAG.getMachineFunction();
79177917
SMEAttrs SMEFnAttrs = MF.getInfo<AArch64FunctionInfo>()->getSMEFnAttrs();
79187918

7919-
// Exception handlers are entered with:
7919+
// The following conditions are true on entry to an exception handler:
79207920
// - PSTATE.SM is 0.
79217921
// - PSTATE.ZA is 0.
79227922
// - TPIDR2_EL0 is null.

0 commit comments

Comments
 (0)