| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 38d0b3bce25fbe8178172b8859705852cf08d722..4b226e14ae1e1d42e811d155b9ff2cf01fe887e4 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -268,8 +268,10 @@ class LCodeGen BASE_EMBEDDED {
|
| void EmitGoto(int block);
|
| void EmitBranch(int left_block, int right_block, Condition cc);
|
| void EmitNumberUntagD(Register input,
|
| + Register temp,
|
| XMMRegister result,
|
| bool deoptimize_on_undefined,
|
| + bool deoptimize_on_minus_zero,
|
| LEnvironment* env);
|
|
|
| // Emits optimized code for typeof x == "y". Modifies input register.
|
|
|