Browse Source

that was bad

Simon Krajewski 6 years ago
parent
commit
19932ab390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/optimization/analyzer.ml

+ 1 - 1
src/optimization/analyzer.ml

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