Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index c4cf18bc770a9769bb32b9cb347ddc73fcb48829..f84367417cf033150b26c93da92659dc7953f2e6 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -136,6 +136,10 @@ class InstructionSelector FINAL { |
// by {node}. |
void MarkAsRepresentation(MachineType rep, Node* node); |
+ // Inform the register allocation of the representation of the unallocated |
+ // operand {op}. |
+ void MarkAsRepresentation(MachineType rep, InstructionOperand* op); |
+ |
// Initialize the call buffer with the InstructionOperands, nodes, etc, |
// corresponding |
// to the inputs and outputs of the call. |