mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update ocaml test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13ba2f9714
commit
9df0a0a871
@ -296,12 +296,6 @@ let test_constants () =
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user