1; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=fast -optimize-regalloc=0 2; PR1925 3 4 %struct.encode_aux_nearestmatch = type { ptr, ptr, ptr, ptr, i32, i32 } 5 %struct.encode_aux_pigeonhole = type { float, float, i32, i32, ptr, i32, ptr, ptr, ptr } 6 %struct.encode_aux_threshmatch = type { ptr, ptr, i32, i32 } 7 %struct.oggpack_buffer = type { i32, i32, ptr, ptr, i32 } 8 %struct.static_codebook = type { i32, i32, ptr, i32, i32, i32, i32, i32, ptr, ptr, ptr, ptr, i32 } 9 10define i32 @vorbis_staticbook_pack(ptr %c, ptr %opb) { 11entry: 12 %opb_addr = alloca ptr ; <ptr> [#uses=1] 13 %tmp1 = load ptr, ptr %opb_addr, align 4 ; <ptr> [#uses=1] 14 call void @oggpack_write( ptr %tmp1, i32 5653314, i32 24 ) nounwind 15 call void @oggpack_write( ptr null, i32 0, i32 24 ) nounwind 16 unreachable 17} 18 19declare void @oggpack_write(ptr, i32, i32) 20