| Index: src/compiler/code-assembler.h
|
| diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
|
| index 3ee3bb2430cc73c70ac467104b00f355e3da3379..15e2da5cdf478faab84a756fe11f7cdd39b0ec08 100644
|
| --- a/src/compiler/code-assembler.h
|
| +++ b/src/compiler/code-assembler.h
|
| @@ -54,6 +54,7 @@ class RawMachineLabel;
|
| V(IntPtrGreaterThanOrEqual) \
|
| V(IntPtrEqual) \
|
| V(Uint32LessThan) \
|
| + V(Uint32LessThanOrEqual) \
|
| V(Uint32GreaterThanOrEqual) \
|
| V(UintPtrLessThan) \
|
| V(UintPtrGreaterThan) \
|
| @@ -145,6 +146,7 @@ class RawMachineLabel;
|
| V(ChangeUint32ToFloat64) \
|
| V(ChangeUint32ToUint64) \
|
| V(RoundFloat64ToInt32) \
|
| + V(Float64SilenceNaN) \
|
| V(Float64RoundDown) \
|
| V(Float64RoundUp) \
|
| V(Float64RoundTruncate) \
|
|
|