| Index: runtime/vm/constants_dbc.h
|
| diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h
|
| index 44e5026df9389382eeb5b8ecb6d53e4708527d87..f274ebbf15d3f7056c27bca2e6b205df0e6998d9 100644
|
| --- a/runtime/vm/constants_dbc.h
|
| +++ b/runtime/vm/constants_dbc.h
|
| @@ -230,16 +230,6 @@ namespace dart {
|
| // Convert the unboxed float or double in FP[rD] as indicated, and store the
|
| // result in FP[rA].
|
| //
|
| -// - DoubleIsNaN rA, rD
|
| -//
|
| -// If the unboxed double in FP[rD] is a NaN, then writes Bool::True().raw()
|
| -// into FP[rA], and Bool::False().raw() otherwise.
|
| -//
|
| -// - DoubleIsInfinite rA, rD
|
| -//
|
| -// If the unboxed double in FP[rD] is + or - infinity, then
|
| -// writes Bool::True().raw() into FP[rA], and Bool::False().raw() otherwise.
|
| -//
|
| // - BitOr, BitAnd, BitXor rA, rB, rC
|
| //
|
| // FP[rA] <- FP[rB] op FP[rC]. These instructions expect their operands to be
|
| @@ -729,8 +719,6 @@ namespace dart {
|
| V(DCeil, A_D, reg, reg, ___) \
|
| V(DoubleToFloat, A_D, reg, reg, ___) \
|
| V(FloatToDouble, A_D, reg, reg, ___) \
|
| - V(DoubleIsNaN, A_D, reg, reg, ___) \
|
| - V(DoubleIsInfinite, A_D, reg, reg, ___) \
|
| V(StoreStaticTOS, D, lit, ___, ___) \
|
| V(PushStatic, D, lit, ___, ___) \
|
| V(InitStaticTOS, 0, ___, ___, ___) \
|
|
|