| Index: src/crankshaft/x64/lithium-codegen-x64.h
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h
|
| index f643e2b7ddc78d39ea190963c50cdc822029c14a..c586ef59af25c9fe614829758051b60442f70bfb 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.h
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.h
|
| @@ -115,7 +115,7 @@ class LCodeGen: public LCodeGenBase {
|
| Scope* scope() const { return scope_; }
|
| HGraph* graph() const { return chunk()->graph(); }
|
|
|
| - XMMRegister double_scratch0() const { return xmm0; }
|
| + XMMRegister double_scratch0() const { return kScratchDoubleReg; }
|
|
|
| void EmitClassOfTest(Label* if_true,
|
| Label* if_false,
|
|
|