| Index: src/arm/lithium-codegen-arm.h
|
| ===================================================================
|
| --- src/arm/lithium-codegen-arm.h (revision 6336)
|
| +++ src/arm/lithium-codegen-arm.h (working copy)
|
| @@ -130,9 +130,7 @@
|
| MacroAssembler* masm() const { return masm_; }
|
|
|
| Register scratch0() { return r9; }
|
| - SwVfpRegister single_scratch0() { return s0; }
|
| - SwVfpRegister single_scratch1() { return s1; }
|
| - DwVfpRegister double_scratch0() { return d1; }
|
| + DwVfpRegister double_scratch0() { return d0; }
|
|
|
| int GetNextEmittedBlock(int block);
|
| LInstruction* GetNextInstruction();
|
|
|