Chromium Code Reviews| Index: src/arm/lithium-arm.cc |
| =================================================================== |
| --- src/arm/lithium-arm.cc (revision 8094) |
| +++ src/arm/lithium-arm.cc (working copy) |
| @@ -1633,6 +1633,11 @@ |
| } |
| +LInstruction* LChunkBuilder::DoUseConst(HUseConst* instr) { |
| + return NULL; |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoForceRepresentation(HForceRepresentation* bad) { |
| // All HForceRepresentation instructions should be eliminated in the |
| // representation change phase of Hydrogen. |