Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 10556) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -686,12 +686,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)); |