diff options
Diffstat (limited to 'src/compiler/IntermediateRep.cc')
| -rw-r--r-- | src/compiler/IntermediateRep.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/IntermediateRep.cc b/src/compiler/IntermediateRep.cc index 237f5e0469..031d3d379c 100644 --- a/src/compiler/IntermediateRep.cc +++ b/src/compiler/IntermediateRep.cc @@ -77,6 +77,7 @@ BasicBlock* oatNewBB(CompilationUnit* cUnit, BBType blockType, int blockId) oatInitGrowableList(cUnit, bb->predecessors, (blockType == kExitBlock) ? 2048 : 2, kListPredecessors); + cUnit->blockIdMap.Put(blockId, blockId); return bb; } |