Skip to content

Commit 9c71c90

Browse files
committed
Fix SMEAttributesTest [to squash]
1 parent ed88e6e commit 9c71c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Target/AArch64/SMEAttributesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ TEST(SMEAttributes, Transitions) {
284284
SA Private_ZA = SA(SA::Normal);
285285
SA ZA_Shared = SA(SA::encodeZAState(SA::StateValue::In));
286286
SA ZT0_Shared = SA(SA::encodeZT0State(SA::StateValue::In));
287-
SA ZA_ZT0_Shared = SA(SA::encodeZT0State(SA::StateValue::In) |
287+
SA ZA_ZT0_Shared = SA(SA::encodeZAState(SA::StateValue::In) |
288288
SA::encodeZT0State(SA::StateValue::In));
289289

290290
// Shared ZA -> Private ZA Interface

0 commit comments

Comments
 (0)