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