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