Chromium Code Reviews| Index: src/compiler/ia32/instruction-codes-ia32.h |
| diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h |
| index d8ea014a934d86aec3896976c12ba991e935bcae..0f4608839226832c2cdd473645adcc7449f3b838 100644 |
| --- a/src/compiler/ia32/instruction-codes-ia32.h |
| +++ b/src/compiler/ia32/instruction-codes-ia32.h |
| @@ -34,6 +34,7 @@ namespace compiler { |
| V(SSEFloat64Mul) \ |
| V(SSEFloat64Div) \ |
| V(SSEFloat64Mod) \ |
| + V(SSEFloat64Sqrt) \ |
| V(SSEFloat64ToInt32) \ |
| V(SSEFloat64ToUint32) \ |
| V(SSEInt32ToFloat64) \ |