| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 1c8c17533055578b1252acfb6023d81d39e4cc23..7a51c039b18fbe582563d5209b4b947c8260f9be 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -130,7 +130,7 @@ class OperandGenerator {
|
|
|
| InstructionOperand* Label(BasicBlock* block) {
|
| // TODO(bmeurer): We misuse ImmediateOperand here.
|
| - return TempImmediate(block->id().ToInt());
|
| + return TempImmediate(block->rpo_number());
|
| }
|
|
|
| protected:
|
|
|