From 4d542bc7eafadb16b845cf05d1eb4988eb55ed0f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 20 Oct 2015 13:32:18 +0200 Subject: Updated PR by removing whitespaces. Bug 17450. --- backend/Linearizeaux.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/Linearizeaux.ml') diff --git a/backend/Linearizeaux.ml b/backend/Linearizeaux.ml index ef268562..71ee2e56 100644 --- a/backend/Linearizeaux.ml +++ b/backend/Linearizeaux.ml @@ -26,7 +26,7 @@ let enumerate_aux f reach = (fun pc nodes -> if PMap.get pc reach then Coq_cons (pc, nodes) - else nodes) + else nodes) f.fn_nextpc ***) @@ -100,7 +100,7 @@ let basic_blocks f joins = (* end_block: record block that we just discovered *) and end_block blk minpc = blocks := (minpc, List.rev blk) :: !blocks - in + in start_block f.fn_entrypoint; !blocks (* Flatten basic blocks in decreasing order of minpc *) -- cgit