| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 2ee099f9a8721df845a9640446632a67d0e050f7..0837c0612813bf03cedee5365c84097b08a97d6a 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -78,6 +78,12 @@ class OperandGenerator {
|
| GetVReg(node)));
|
| }
|
|
|
| + InstructionOperand UseAny(Node* node) {
|
| + return Use(node, UnallocatedOperand(UnallocatedOperand::ANY,
|
| + UnallocatedOperand::USED_AT_START,
|
| + GetVReg(node)));
|
| + }
|
| +
|
| InstructionOperand UseRegister(Node* node) {
|
| return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
|
| UnallocatedOperand::USED_AT_START,
|
|
|