| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index dac3ffe3370dc5934e378987d908de027da2e39e..84f05acb1b72aee2d44d277c76d88d5843655269 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -199,7 +199,7 @@ class LCodeGen BASE_EMBEDDED {
|
| HGraph* graph() const { return chunk()->graph(); }
|
|
|
| Register scratch0() { return r9; }
|
| - DwVfpRegister double_scratch0() { return kScratchDoubleReg; }
|
| + LowDwVfpRegister double_scratch0() { return kScratchDoubleReg; }
|
|
|
| int GetNextEmittedBlock() const;
|
| LInstruction* GetNextInstruction();
|
|
|