Chromium Code Reviews| Index: src/ia32/lithium-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-ia32.cc (revision 6080) |
| +++ src/ia32/lithium-ia32.cc (working copy) |
| @@ -1712,6 +1712,11 @@ |
| } |
| +LInstruction* LChunkBuilder::DoInitConst(HInitConst* instr) { |
| + return NULL; |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoChange(HChange* instr) { |
| Representation from = instr->from(); |
| Representation to = instr->to(); |