Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 6753) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1250,12 +1250,6 @@ |
| } |
| -LInstruction* LChunkBuilder::DoNeg(HNeg* instr) { |
| - Abort("Unimplemented: %s", "DoNeg"); |
| - return NULL; |
| -} |
| - |
| - |
| LInstruction* LChunkBuilder::DoBitOr(HBitOr* instr) { |
| return DoBit(Token::BIT_OR, instr); |
| } |