Index: src/compiler/x64/instruction-codes-x64.h |
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h |
index b0a159557de6112ad404cc8d164b0dfac9bb30d0..fab1e70bd5fce5bc33577635bba6ddc055e8d417 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -60,7 +60,6 @@ namespace compiler { |
V(SSEFloat64ToUint32) \ |
V(SSEInt32ToFloat64) \ |
V(SSEUint32ToFloat64) \ |
- V(X64Movsd) \ |
V(X64Movsxbl) \ |
V(X64Movzxbl) \ |
V(X64Movb) \ |
@@ -70,6 +69,8 @@ namespace compiler { |
V(X64Movl) \ |
V(X64Movsxlq) \ |
V(X64Movq) \ |
+ V(X64Movsd) \ |
+ V(X64Movss) \ |
V(X64StoreWriteBarrier) |