Skip to content

Commit 6ae23fc

Browse files
Remove unused variable from Optimizer Compiler::optHoistLoopExprsForTree method
1 parent 78afbeb commit 6ae23fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jit/optimizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5878,7 +5878,6 @@ bool Compiler::optHoistLoopExprsForTree(GenTreePtr tree,
58785878
}
58795879

58805880
bool treeIsInvariant = true;
5881-
bool curIsAddr = tree->OperGet() == GT_ADDR;
58825881
for (unsigned childNum = 0; childNum < nChildren; childNum++)
58835882
{
58845883
if (!optHoistLoopExprsForTree(tree->GetChild(childNum), lnum, hoistCtxt, pFirstBlockAndBeforeSideEffect, &childrenHoistable[childNum]))

0 commit comments

Comments
 (0)