Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 10556) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -679,12 +679,6 @@ |
template<int I, int T> |
-LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr) { |
- return Define(instr, new LUnallocated(LUnallocated::NONE)); |
-} |
- |
- |
-template<int I, int T> |
LInstruction* LChunkBuilder::DefineAsRegister( |
LTemplateInstruction<1, I, T>* instr) { |
return Define(instr, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); |