Index: src/compiler/instruction-selector-impl.h |
diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h |
index 573c1ff41e46bbe7ee2d859c61bf7cc414351f84..ac446b38ed8517bec29ff735c75fe3699f14f8f7 100644 |
--- a/src/compiler/instruction-selector-impl.h |
+++ b/src/compiler/instruction-selector-impl.h |
@@ -145,7 +145,7 @@ class OperandGenerator { |
InstructionOperand* Label(BasicBlock* block) { |
// TODO(bmeurer): We misuse ImmediateOperand here. |
- return ImmediateOperand::Create(block->id(), zone()); |
+ return TempImmediate(block->id()); |
} |
protected: |