Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix docs
  • Loading branch information
jakobbotsch committed Jan 23, 2023
commit 156552c2f56f6a322e8b8fad61d24e5b3031f6b6
4 changes: 2 additions & 2 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4531,8 +4531,8 @@ class Compiler
// doubly linked lists during certain phases of the compilation.
// - Local morph threads all locals to be used for early liveness and
// forward sub when optimizing. This is kept valid until after forward sub.
// The first local is kept in Statement::GetRootNode()->gtNext and the last
// local in Statement::GetRootNode()->gtPrev. fgSequenceLocals can be used
// The first local is kept in Statement::GetTreeList() and the last
// local in Statement::GetTreeListEnd(). fgSequenceLocals can be used
// to (re-)sequence a statement into this form, and
// Statement::LocalsTreeList for range-based iteration. The order must
// match tree order.
Expand Down