| Index: src/ia32/lithium-ia32.cc
|
| ===================================================================
|
| --- src/ia32/lithium-ia32.cc (revision 6155)
|
| +++ src/ia32/lithium-ia32.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));
|
| }
|
|
|