Index: src/ia32/lithium-ia32.cc |
=================================================================== |
--- src/ia32/lithium-ia32.cc (revision 8094) |
+++ src/ia32/lithium-ia32.cc (working copy) |
@@ -1663,6 +1663,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. |