Skip to content

Commit 4751a17

Browse files
committed
TODO
Change-Id: Ib00ead9b59fdf77151ea21a26341d3d4b6502a32
1 parent 0aed315 commit 4751a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/MachineSMEABIPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ void MachineSMEABI::emitStateChange(EmitContext &Context,
10751075

10761076
// This section handles: ACTIVE -> LOCAL_COMMITTED
10771077
case transitionFrom(ZAState::ACTIVE).to(ZAState::LOCAL_COMMITTED):
1078-
// Note: We could support ZA state here, but this transition is currently
1078+
// TODO: We could support ZA state here, but this transition is currently
10791079
// only possible when we _don't_ have ZA state.
10801080
assert(HasZT0State && !HasZAState && "Expect to only have ZT0 state.");
10811081
emitZT0SaveRestore(Context, MBB, InsertPt, /*IsSave=*/true);

0 commit comments

Comments
 (0)