Skip to content
Snippets Groups Projects
Commit ad1c7593 authored by BAZIZI Zakaria's avatar BAZIZI Zakaria
Browse files

Merge branch 2024_compilation:main into main

parents fb6b9bdc 7729740d
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,10 @@ public class SaDepthFirstVisitor <T> implements SaVisitor <T>{
public T visit(SaInstBloc node) throws Exception
{
defaultIn(node);
if ( node.getVal() != null )
{
node.getVal().accept(this);
}
defaultOut(node);
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment