Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 12582) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1124,6 +1124,12 @@ |
| } |
| +LInstruction* LChunkBuilder::DoRor(HRor* instr) { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { |
| if (instr->representation().IsInteger32()) { |
| ASSERT(instr->left()->representation().IsInteger32()); |