Skip to content
Snippets Groups Projects
Commit 327f2c87 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f094d58c
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ let is_return_stmt kf stmt = ...@@ -578,7 +578,7 @@ let is_return_stmt kf stmt =
false false
let is_entry_point kf = let is_entry_point kf =
get_name kf = Kernel.MainFunction.get () String.equal (get_name kf) (Kernel.MainFunction.get ())
let is_main kf = let is_main kf =
get_name kf = "main" get_name kf = "main"
......
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