Simon Krajewski %!s(int64=6) %!d(string=hai) anos
pai
achega
19932ab390
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/optimization/analyzer.ml

+ 1 - 1
src/optimization/analyzer.ml

@@ -1050,7 +1050,7 @@ module Run = struct
 				debug();
 				debug();
 				raise exc
 				raise exc
 			in
 			in
-			let e = Optimizer.reduce_expression ctx e in
+			let e = reduce_control_flow ctx e in
 			begin match config.debug_kind with
 			begin match config.debug_kind with
 				| DebugNone -> ()
 				| DebugNone -> ()
 				| DebugDot -> Debug.dot_debug actx c cf;
 				| DebugDot -> Debug.dot_debug actx c cf;