Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not confuse fgDispBasicBlocks in fgMorphBlocks #50703

Merged
Merged
Changes from all commits
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
2 changes: 0 additions & 2 deletions src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10610,7 +10610,6 @@ void Compiler::gtDispNode(GenTree* tree, IndentStack* indentStack, __in __in_z _
{
// Promoted implicit by-refs can have this state during
// global morph while they are being rewritten
assert(fgGlobalMorph);
printf("(P?!)"); // Promoted struct
}
}
Expand Down Expand Up @@ -11310,7 +11309,6 @@ void Compiler::gtDispLeaf(GenTree* tree, IndentStack* indentStack)
{
// Promoted implicit byrefs can get in this state while they are being rewritten
// in global morph.
assert(fgGlobalMorph);
}
else
{
Expand Down