| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 9634aa65857ea6352e168bad59445cac1ce7c217..0dbfe65a40dbe85827d5ffbb7ffc822902942e1e 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -196,7 +196,7 @@ class LCodeGen BASE_EMBEDDED {
|
| Register scratch1() { return kLithiumScratchReg2; }
|
| DoubleRegister double_scratch0() { return kLithiumScratchDouble; }
|
|
|
| - int GetNextEmittedBlock(int block);
|
| + int GetNextEmittedBlock();
|
| LInstruction* GetNextInstruction();
|
|
|
| void EmitClassOfTest(Label* if_true,
|
|
|