Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.h |
| =================================================================== |
| --- src/ia32/lithium-codegen-ia32.h (revision 6703) |
| +++ src/ia32/lithium-codegen-ia32.h (working copy) |
| @@ -229,6 +229,11 @@ |
| Label* is_not_object, |
| Label* is_object); |
| + // Emits optimized code for %_IsConstructCall(). |
| + // Caller should branch on equal condition. |
| + void EmitIsConstructCall(Register temp); |
| + |
| + |
| LChunk* const chunk_; |
| MacroAssembler* const masm_; |
| CompilationInfo* const info_; |