[OCaml] Synchronize transformations with LLVM-C.
[oota-llvm.git] / test / Bindings / Ocaml / vectorize_opts.ml
index 05bbfe227f63a6f79405d75d24d7e6fc717c1555..08f15d37a1b30fec96c80bfa2c3bd4d5526d7905 100644 (file)
@@ -35,7 +35,7 @@ let m = create_module context filename
 (*===-- Transforms --------------------------------------------------------===*)
 
 let test_transforms () =
-  let (++) x f = ignore (f x); x in
+  let (++) x f = f x; x in
 
   let fty = function_type void_type [| |] in
   let fn = define_function "fn" fty m in