Skip to content
Snippets Groups Projects
Commit 1aa9e339 authored by wlott's avatar wlott
Browse files

Use ir2-block-count to determine the number of ir2-blocks, 'cause it has to

ignore blocks with NIL for their number.
parent 8b8c6dfd
No related branches found
No related tags found
No related merge requests found
...@@ -759,8 +759,7 @@ ...@@ -759,8 +759,7 @@
"~%TNs: ~D local, ~D temps, ~D constant, ~D env, ~D comp, ~D global.~@ "~%TNs: ~D local, ~D temps, ~D constant, ~D env, ~D comp, ~D global.~@
Wired: ~D, Unused: ~D. ~D block~:P, ~D global conflict~:P.~%" Wired: ~D, Unused: ~D. ~D block~:P, ~D global conflict~:P.~%"
local temps const environment comp global wired unused local temps const environment comp global wired unused
(1+ (ir2-block-number (ir2-block-count component)
(block-info (block-next (component-head component)))))
confs)) confs))
(undefined-value)) (undefined-value))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment