Skip to content
Snippets Groups Projects
Commit 75046e71 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes a crash in the automatic loop unrolling.

parent eccd9b67
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ module Make (Abstract: Abstractions.Eva) = struct ...@@ -495,7 +495,7 @@ module Make (Abstract: Abstractions.Eva) = struct
Base.Hptset.fold (fun base acc -> Base.to_varinfo base :: acc) bases [] Base.Hptset.fold (fun base acc -> Base.to_varinfo base :: acc) bases []
in in
Some varinfo_list Some varinfo_list
with Base.Not_a_C_variable -> assert false with Base.Not_a_C_variable -> None
let (>>:) v f = match v with Some v -> f v | None -> false let (>>:) v f = match v with Some v -> f v | None -> false
......
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