[llvm-commits] [llvm] r112364 - /llvm/trunk/test/Bindings/Ocaml/vmcore.ml

Benjamin Kramer benny.kra at googlemail.com
Sat Aug 28 03:29:41 PDT 2010


Author: d0k
Date: Sat Aug 28 05:29:41 2010
New Revision: 112364

URL: http://llvm.org/viewvc/llvm-project?rev=112364&view=rev
Log:
Update ocaml test.

Modified:
    llvm/trunk/test/Bindings/Ocaml/vmcore.ml

Modified: llvm/trunk/test/Bindings/Ocaml/vmcore.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/vmcore.ml?rev=112364&r1=112363&r2=112364&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/vmcore.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/vmcore.ml Sat Aug 28 05:29:41 2010
@@ -296,12 +296,6 @@
   insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
         = (type_of c));
 
-  group "union";
-  let t = union_type context [| i1_type; i16_type; i64_type; double_type |] in
-  let c = const_union t one in
-  ignore (define_global "const_union" c m);
-  insist (t = (type_of c));
-  
   (* RUN: grep {const_null.*zeroinit} < %t.ll
    *)
   group "null";





More information about the llvm-commits mailing list