Fix typo (thanks @bjorn3).

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Chris Fallin
2021-06-18 15:24:11 -07:00
committed by GitHub
parent 6ec6207717
commit 6944bc4735

View File

@@ -42,7 +42,7 @@ the client ("swap"), but we have not pursued this.
The allocator operates on an input program that is in a standard CFG The allocator operates on an input program that is in a standard CFG
representation: the function body is a list of basic blocks, and each representation: the function body is a list of basic blocks, and each
block has a list of insructions and zero or more successors. The block has a list of instructions and zero or more successors. The
allocator also requires the client to provide predecessors for each allocator also requires the client to provide predecessors for each
block, and these must be consistent with the successor block, and these must be consistent with the successor
lists. lists.