summaryrefslogtreecommitdiff
path: root/src/jit/gtlist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-11-03 15:33:08 -0700
committerGitHub <noreply@github.com>2016-11-03 15:33:08 -0700
commitfa06cedfc1351c03e86ef95cdd8b9020c814a4c8 (patch)
tree66b53b9c2342f2a604cc55c949ac8a690317cac2 /src/jit/gtlist.h
parent552dae981e06efa059ac6e5d3bb326b54fc7eabe (diff)
downloadcoreclr-fa06cedfc1351c03e86ef95cdd8b9020c814a4c8.tar.gz
coreclr-fa06cedfc1351c03e86ef95cdd8b9020c814a4c8.tar.bz2
coreclr-fa06cedfc1351c03e86ef95cdd8b9020c814a4c8.zip
Revert "Enable optimization of structs"
Diffstat (limited to 'src/jit/gtlist.h')
-rw-r--r--src/jit/gtlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/gtlist.h b/src/jit/gtlist.h
index 92265a7359..a330a6bb37 100644
--- a/src/jit/gtlist.h
+++ b/src/jit/gtlist.h
@@ -93,8 +93,6 @@ GTNODE(SIMD_CHK , "simdChk" ,GenTreeBoundsChk ,0,GTK_SPECIAL|GTK_
GTNODE(ALLOCOBJ , "allocObj" ,GenTreeAllocObj ,0,GTK_UNOP|GTK_EXOP) // object allocator
-GTNODE(INIT_VAL , "initVal" ,GenTreeOp ,0,GTK_UNOP) // Initialization value for an initBlk
-
//-----------------------------------------------------------------------------
// Binary operators (2 operands):
//-----------------------------------------------------------------------------