1 ; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
3 ; CHECK: Block ID {{.*}} (TYPE_BLOCK_ID)
10 define half @test_half(half %x, half %y) {
15 define x86_mmx @test_mmx(<2 x i32> %x) {
16 %a = bitcast <2 x i32> %x to x86_mmx
20 define bfloat @test_bfloat(i16 %x) {
21 %a = bitcast i16 %x to bfloat
25 declare void @llvm.token(token)