Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Feature / testtype.ll
blob9b854ab6e9db0ab9ed008305f33aefb52c586194
1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
5 %X = type ptr addrspace(4)
7         %inners = type { float, { i8 } }
8         %struct = type { i32, %inners, i64 }
10 %fwd    = type ptr
11 %fwdref = type { ptr }
13 ; same as above with unnamed types
14 %1 = type ptr 
15 %test = type %1
16 %0 = type { ptr }
18 %test2 = type [2 x i32]
19 ;%x = type ptr
21 %test3 = type ptr