From a8a0d45684aa7dc9f58b8946600e268739e47438 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Wed, 30 Aug 2017 12:41:25 -0700 Subject: Revert commit bec6ac10f3968a8f699aad6233657ac59df37a73. This restores the `GT_INDEX_ADDR` changes. --- src/jit/gtstructs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jit/gtstructs.h') diff --git a/src/jit/gtstructs.h b/src/jit/gtstructs.h index 1d623b71ff..34d1794f4b 100644 --- a/src/jit/gtstructs.h +++ b/src/jit/gtstructs.h @@ -71,6 +71,7 @@ GTSTRUCT_1(Colon , GT_COLON) GTSTRUCT_1(FptrVal , GT_FTN_ADDR) GTSTRUCT_1(Intrinsic , GT_INTRINSIC) GTSTRUCT_1(Index , GT_INDEX) +GTSTRUCT_1(IndexAddr , GT_INDEX_ADDR) #ifdef FEATURE_SIMD GTSTRUCT_2(BoundsChk , GT_ARR_BOUNDS_CHECK, GT_SIMD_CHK) #else // !FEATURE_SIMD -- cgit v1.2.3