Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieLeeMSFT committed Dec 29, 2022
1 parent d9bb584 commit 6bb0d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7275,7 +7275,7 @@ void Lowering::LowerIndir(GenTreeIndir* ind)
//
const bool isContainable = (ind->Addr() != nullptr) && IsSafeToContainMem(ind, ind->Addr());
#else
const bool isContainable = true;
const bool isContainable = true;
#endif

if (!ind->OperIs(GT_NOP))
Expand Down

0 comments on commit 6bb0d26

Please sign in to comment.