summaryrefslogtreecommitdiff
path: root/src/jit/gentree.h
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2016-12-17 19:47:17 +0200
committerMike Danes <onemihaid@hotmail.com>2017-01-17 20:25:19 +0200
commit187b9b7249881b13cd8807def27c10012238b9aa (patch)
tree693782d8687f06d68bd61b32d5619a29b38e6adf /src/jit/gentree.h
parentf3c868f6b8d1c99a0df52a49b3805c912161a6f7 (diff)
downloadcoreclr-187b9b7249881b13cd8807def27c10012238b9aa.tar.gz
coreclr-187b9b7249881b13cd8807def27c10012238b9aa.tar.bz2
coreclr-187b9b7249881b13cd8807def27c10012238b9aa.zip
Remove unused GTF_RELOP_SMALL
Diffstat (limited to 'src/jit/gentree.h')
-rw-r--r--src/jit/gentree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/gentree.h b/src/jit/gentree.h
index b0ee60034e..f11458c4f4 100644
--- a/src/jit/gentree.h
+++ b/src/jit/gentree.h
@@ -908,8 +908,6 @@ public:
#define GTF_RELOP_NAN_UN 0x80000000 // GT_<relop> -- Is branch taken if ops are NaN?
#define GTF_RELOP_JMP_USED 0x40000000 // GT_<relop> -- result of compare used for jump or ?:
#define GTF_RELOP_QMARK 0x20000000 // GT_<relop> -- the node is the condition for ?:
-#define GTF_RELOP_SMALL 0x10000000 // GT_<relop> -- We should use a byte or short sized compare (op1->gtType
- // is the small type)
#define GTF_RELOP_ZTT 0x08000000 // GT_<relop> -- Loop test cloned for converting while-loops into do-while
// with explicit "loop test" in the header block.