summaryrefslogtreecommitdiff
path: root/src/jit/gentree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/gentree.cpp')
-rw-r--r--src/jit/gentree.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/gentree.cpp b/src/jit/gentree.cpp
index 7a5e551041..73aaffd387 100644
--- a/src/jit/gentree.cpp
+++ b/src/jit/gentree.cpp
@@ -3333,8 +3333,6 @@ COMMON_CNS:
case GT_MKREFANY:
case GT_OBJ:
- level = gtSetEvalOrder(tree->gtOp.gtOp1);
- ftreg |= tree->gtOp.gtOp1->gtRsvdRegs;
// We estimate the cost of a GT_OBJ or GT_MKREFANY to be two loads (GT_INDs)
costEx = 2*IND_COST_EX;
costSz = 2*2;