Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 7281) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -3487,6 +3487,13 @@ |
} |
+void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
+ ASSERT(ToRegister(instr->InputAt(0)).is(rax)); |
+ __ push(rax); |
+ CallRuntime(Runtime::kToFastProperties, 1, instr); |
+} |
+ |
+ |
void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { |
NearLabel materialized; |
// Registers will be used as follows: |