Mentions légales du service

Skip to content
Snippets Groups Projects

Typo

Merged TOLLENAERE Nicolas requested to merge ntollena-master-patch-24976 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -31,7 +31,7 @@ let rec map_dim f dim loop = match loop with
@@ -31,7 +31,7 @@ let rec map_dim f dim loop = match loop with
let rec propagate_expr old_id expr = function
let rec propagate_expr old_id expr = function
| Statement stmt -> Statement (Instruction.map_expr (VarExpr.alpha_replace old_id expr) stmt)
| Statement stmt -> Statement (Instruction.map_expr (VarExpr.alpha_replace old_id expr) stmt)
| VLoop vec -> Statement (Instruction.map_expr (VarExpr.alpha_replace old_id expr) vec)
| VLoop vec -> VLoop (Instruction.map_expr (VarExpr.alpha_replace old_id expr) vec)
| Unroll ({ start; body; _} as l_args) ->
| Unroll ({ start; body; _} as l_args) ->
let start = VarExpr.alpha_replace old_id expr start in
let start = VarExpr.alpha_replace old_id expr start in
let body = List.map (propagate_expr old_id expr) body in
let body = List.map (propagate_expr old_id expr) body in
Loading