summaryrefslogtreecommitdiff
path: root/src/jit/gtstructs.h
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2017-03-18 11:02:35 +0200
committerMike Danes <onemihaid@hotmail.com>2017-05-23 08:57:30 +0300
commit7a4b14e5366bba52d188695c803c9e27e103d362 (patch)
treed152a7ec71e5d8828449c1aeaed58d6d1d91e4aa /src/jit/gtstructs.h
parentb7751d55b3f584e118c0dcba3ede6ed752c1175c (diff)
downloadcoreclr-7a4b14e5366bba52d188695c803c9e27e103d362.tar.gz
coreclr-7a4b14e5366bba52d188695c803c9e27e103d362.tar.bz2
coreclr-7a4b14e5366bba52d188695c803c9e27e103d362.zip
Introduce GT_CMP and GT_SETCC(condition)
Diffstat (limited to 'src/jit/gtstructs.h')
-rw-r--r--src/jit/gtstructs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/gtstructs.h b/src/jit/gtstructs.h
index c4a4f73e37..898aeec002 100644
--- a/src/jit/gtstructs.h
+++ b/src/jit/gtstructs.h
@@ -101,7 +101,7 @@ GTSTRUCT_1(PhysReg , GT_PHYSREG)
GTSTRUCT_1(SIMD , GT_SIMD)
#endif // FEATURE_SIMD
GTSTRUCT_1(AllocObj , GT_ALLOCOBJ)
-GTSTRUCT_1(JumpCC , GT_JCC)
+GTSTRUCT_2(CC , GT_JCC, GT_SETCC)
#if !defined(LEGACY_BACKEND) && defined(_TARGET_ARM_)
GTSTRUCT_1(MulLong , GT_MUL_LONG)
#endif