Added predicate comparison LessEqualWithNan (#1736)

* Added predicate comparison LessEqualWithNan

* oops

* Clang fix
This commit is contained in:
Hexagon12 2018-11-23 18:51:32 +02:00 committed by bunnei
parent c4b5319446
commit 3135dbc29c
2 changed files with 13 additions and 5 deletions

View file

@ -153,6 +153,7 @@ enum class PredCondition : u64 {
NotEqual = 5,
GreaterEqual = 6,
LessThanWithNan = 9,
LessEqualWithNan = 11,
GreaterThanWithNan = 12,
NotEqualWithNan = 13,
GreaterEqualWithNan = 14,