Skip to content

Commit

Permalink
Delete IndirTransform::None
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleAccretion committed Mar 29, 2023
1 parent eb0bbb6 commit 668bacb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coreclr/jit/lclmorph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ class LocalAddressVisitor final : public GenTreeVisitor<LocalAddressVisitor>

enum class IndirTransform
{
None,
Nop,
BitCast,
NarrowCast,
Expand Down Expand Up @@ -1143,10 +1142,6 @@ class LocalAddressVisitor final : public GenTreeVisitor<LocalAddressVisitor>

switch (transform)
{
case IndirTransform::None:
// TODO-ADDR: eliminate all such cases.
return;

case IndirTransform::Nop:
indir->gtBashToNOP();
m_stmtModified = true;
Expand Down

0 comments on commit 668bacb

Please sign in to comment.