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 2e107299545c13f7ee67991471dbb53743d4de3c..7d3b434d158ad93637ea5eaf1cdb151790b54ba3 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -109,6 +109,10 @@ namespace compiler { |
V(X64Movq) \ |
V(X64Movsd) \ |
V(X64Movss) \ |
+ V(X64BitcastFI) \ |
+ V(X64BitcastDL) \ |
+ V(X64BitcastIF) \ |
+ V(X64BitcastLD) \ |
V(X64Lea32) \ |
V(X64Lea) \ |
V(X64Dec32) \ |