Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index fe75794fdc1c0d0da6416dbcdf2771cf586fcfa6..78ada1bec523c1b3cac9788ca6f7dddcf6c4ee7e 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -310,6 +310,7 @@ |
| V(Float32RoundTruncate) \ |
| V(Float64RoundTruncate) \ |
| V(Float64RoundTiesAway) \ |
| + V(Float32RoundTiesEven) \ |
| V(Float64RoundTiesEven) \ |
| V(Float64ExtractLowWord32) \ |
| V(Float64ExtractHighWord32) \ |