We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861bbcc + dc275dc commit f0aa4dbCopy full SHA for f0aa4db
utils/viewcfg
@@ -140,7 +140,7 @@ def main():
140
if adj_name not in block_map:
141
new_blocks[adj_name] = Block(adj_name, None)
142
143
- block_map = dict(block_map.items() + new_blocks.items())
+ block_map.update(new_blocks.items())
144
145
# Add missing edges if we didn't see a successor in the terminator
146
# but the block is mentioned in the pred list of the successor.
0 commit comments