aboutsummaryrefslogtreecommitdiffstats
path: root/backend/XTL.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-08-12 13:09:20 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-08-12 13:09:20 +0000
commiteafbaf41e528cc9825a503c66739a66a92ca65a8 (patch)
tree631be83d097b863cfce0482e143cf1d45f7263e8 /backend/XTL.ml
parentf7d64b71170e0694c5c4fb38ab7d1a23a4bd4c2a (diff)
downloadcompcert-kvx-eafbaf41e528cc9825a503c66739a66a92ca65a8.tar.gz
compcert-kvx-eafbaf41e528cc9825a503c66739a66a92ca65a8.zip
Change interface of Kildall solvers to avoid precomputing the map pc -> list of successors.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2305 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/XTL.ml')
-rw-r--r--backend/XTL.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/XTL.ml b/backend/XTL.ml
index 93cab36b..53c478dc 100644
--- a/backend/XTL.ml
+++ b/backend/XTL.ml
@@ -100,9 +100,6 @@ let rec successors_block = function
| instr :: blk -> successors_block blk
| [] -> assert false
-let successors fn =
- PTree.map1 successors_block fn.fn_code
-
(**** Type checking for XTL *)
exception Type_error