Skip to content

Commit 7ce73ab

Browse files
authored
[AArch64][SME] Fix typo in docs "block" -> "bundle" (NFC) (#161383)
1 parent e9ffd2a commit 7ce73ab

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
@@ -22,7 +22,7 @@
2222
// To handle ZA state across control flow, we make use of edge bundling. This
2323
// assigns each block an "incoming" and "outgoing" edge bundle (representing
2424
// incoming and outgoing edges). Initially, these are unique to each block;
25-
// then, in the process of forming bundles, the outgoing block of a block is
25+
// then, in the process of forming bundles, the outgoing bundle of a block is
2626
// joined with the incoming bundle of all successors. The result is that each
2727
// bundle can be assigned a single ZA state, which ensures the state required by
2828
// all a blocks' successors is the same, and that each basic block will always

0 commit comments

Comments
 (0)