| Index: src/x64/lithium-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-x64.h (revision 10556)
|
| +++ src/x64/lithium-x64.h (working copy)
|
| @@ -2193,8 +2193,6 @@
|
| LInstruction* Define(LTemplateInstruction<1, I, T>* instr,
|
| LUnallocated* result);
|
| template<int I, int T>
|
| - LInstruction* Define(LTemplateInstruction<1, I, T>* instr);
|
| - template<int I, int T>
|
| LInstruction* DefineAsRegister(LTemplateInstruction<1, I, T>* instr);
|
| template<int I, int T>
|
| LInstruction* DefineAsSpilled(LTemplateInstruction<1, I, T>* instr,
|
|
|