summaryrefslogtreecommitdiff
path: root/src/jit/compiler.hpp
diff options
context:
space:
mode:
authorJulius R Friedman <juliusfriedman@users.noreply.github.com>2018-12-11 00:42:06 -0500
committerCarol Eidt <carol.eidt@microsoft.com>2018-12-10 21:42:06 -0800
commite1a5d0fca2ccd95ef8c21167343f4fdd017b53a6 (patch)
tree3fca4dd148e7a7e4f1e904f0471d70d7d175271a /src/jit/compiler.hpp
parent9fe157072d6551781200a0ce3e3321fd3dafcc0d (diff)
downloadcoreclr-e1a5d0fca2ccd95ef8c21167343f4fdd017b53a6.tar.gz
coreclr-e1a5d0fca2ccd95ef8c21167343f4fdd017b53a6.tar.bz2
coreclr-e1a5d0fca2ccd95ef8c21167343f4fdd017b53a6.zip
Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)
Issue #18201 / Hackathon
Diffstat (limited to 'src/jit/compiler.hpp')
-rw-r--r--src/jit/compiler.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/compiler.hpp b/src/jit/compiler.hpp
index e798741ea4..39f871090c 100644
--- a/src/jit/compiler.hpp
+++ b/src/jit/compiler.hpp
@@ -4286,7 +4286,6 @@ void GenTree::VisitOperands(TVisitor visitor)
#endif // !FEATURE_EH_FUNCLETS
case GT_PHI_ARG:
case GT_JMPTABLE:
- case GT_REG_VAR:
case GT_CLS_VAR:
case GT_CLS_VAR_ADDR:
case GT_ARGPLACE: