Skip to content
Snippets Groups Projects
Commit 3b0f4cf9 authored by THIRIOUX Xavier's avatar THIRIOUX Xavier
Browse files

removed useless test

parent 5db58999
No related branches found
No related tags found
No related merge requests found
......@@ -966,7 +966,7 @@ let add_ghost_assigns_reassigned rasg instrs =
(fun i ->
match VMap.find_opt i rasg with
| Some ns ->
IntS.is_empty ns || IntS.exists (( = ) n) ns
IntS.exists (( = ) n) ns
| _ ->
false)
il
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment