Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 6155) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -767,11 +767,6 @@ |
} |
-LInstruction* LChunkBuilder::DefineSameAsAny(LInstruction* instr) { |
- return Define(instr, new LUnallocated(LUnallocated::SAME_AS_ANY_INPUT)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DefineSameAsFirst(LInstruction* instr) { |
return Define(instr, new LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); |
} |