Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 6540) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -1881,6 +1881,11 @@ |
} |
+void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
+ Abort("Unimplemented: %s", "DoToFastProperties"); |
+} |
+ |
+ |
void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { |
Abort("Unimplemented: %s", "DoRegExpLiteral"); |
} |