Browse Source

disable for folding for now (see #3792)

Simon Krajewski 10 years ago
parent
commit
409140003d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      optimizer.ml

+ 1 - 1
optimizer.ml

@@ -665,7 +665,7 @@ let rec optimize_for_loop ctx (i,pi) e1 e2 p =
 					NormalWhile
 				)) t_void p;
 			])
-	| TArrayDecl el, TInst({ cl_path = [],"Array" },[pt]) ->
+	| TArrayDecl el, TInst({ cl_path = [],"Array" },[pt]) when false ->
 		begin try
 			let num_expr = ref 0 in
 			let rec loop e = match fst e with