| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 25d8a99e866c2f8dfe995ca7f5c050a23910d3f7..673d1b0dcbfe68967ebbf54c8d581e21831e4994 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -90,6 +90,12 @@ class OperandGenerator {
|
| GetVReg(node)));
|
| }
|
|
|
| + InstructionOperand UseAnyAtEnd(Node* node) {
|
| + return Use(node, UnallocatedOperand(UnallocatedOperand::ANY,
|
| + UnallocatedOperand::USED_AT_END,
|
| + GetVReg(node)));
|
| + }
|
| +
|
| InstructionOperand UseAny(Node* node) {
|
| return Use(node, UnallocatedOperand(UnallocatedOperand::ANY,
|
| UnallocatedOperand::USED_AT_START,
|
|
|