brintos

brintos / llvm-project-archived public Read only

0
0
Text · 415 B · 9b854ab Raw
22 lines · plain
1; RUN: llvm-as < %s | llvm-dis > %t1.ll2; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll3; RUN: diff %t1.ll %t2.ll4 5%X = type ptr addrspace(4)6 7        %inners = type { float, { i8 } }8        %struct = type { i32, %inners, i64 }9 10%fwd    = type ptr11%fwdref = type { ptr }12 13; same as above with unnamed types14%1 = type ptr 15%test = type %116%0 = type { ptr }17 18%test2 = type [2 x i32]19;%x = type ptr20 21%test3 = type ptr22