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