| Index: src/compiler/instruction-selector.cc
 | 
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
 | 
| index 0d014a503e2d8a6aef5f47106e349f7d15e0fdbc..64878e42bc3c3c131e2df485910a7dc00b092bf0 100644
 | 
| --- a/src/compiler/instruction-selector.cc
 | 
| +++ b/src/compiler/instruction-selector.cc
 | 
| @@ -1039,7 +1039,7 @@ static InstructionOperand* UseOrImmediate(OperandGenerator* g, Node* input) {
 | 
|      case IrOpcode::kHeapConstant:
 | 
|        return g->UseImmediate(input);
 | 
|      default:
 | 
| -      return g->Use(input);
 | 
| +      return g->UseUnique(input);
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |