summaryrefslogtreecommitdiff
path: root/src/jit/gtlist.h
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2017-10-07 20:17:19 +0300
committerMike Danes <onemihaid@hotmail.com>2017-10-07 20:17:19 +0300
commit799659491070f7ca56e59f1e260765d92b866574 (patch)
treeccd8465b0c81e75e9772e55694f13940156e3104 /src/jit/gtlist.h
parentb230bf9f9f71284f913724f33ac08979b5adee73 (diff)
downloadcoreclr-799659491070f7ca56e59f1e260765d92b866574.tar.gz
coreclr-799659491070f7ca56e59f1e260765d92b866574.tar.bz2
coreclr-799659491070f7ca56e59f1e260765d92b866574.zip
Removed unused opers and code
* GT_DIV_HI and GT_MOD_HI are not used anywhere * genCodeForBinary doesn't handle GT_MUL_LONG * OperIsHigh is not used anywhere
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 9ba21a36c8..6ca636df20 100644
--- a/src/jit/gtlist.h
+++ b/src/jit/gtlist.h
@@ -192,8 +192,6 @@ GTNODE(ADD_LO , GenTreeOp ,1,GTK_BINOP)
GTNODE(ADD_HI , GenTreeOp ,1,GTK_BINOP)
GTNODE(SUB_LO , GenTreeOp ,0,GTK_BINOP)
GTNODE(SUB_HI , GenTreeOp ,0,GTK_BINOP)
-GTNODE(DIV_HI , GenTreeOp ,0,GTK_BINOP)
-GTNODE(MOD_HI , GenTreeOp ,0,GTK_BINOP)
// A mul that returns the 2N bit result of an NxN multiply. This op is used for
// multiplies that take two ints and return a long result. All other multiplies