xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=arm-apple-darwin
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker	%struct.Decoders = type { i32**, i16***, i16****, i16***, i16**, i8**, i8** }
4*9880d681SAndroid Build Coastguard Worker@decoders = external global %struct.Decoders		; <%struct.Decoders*> [#uses=1]
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Workerdeclare i8* @calloc(i32, i32)
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerdeclare fastcc i32 @get_mem2Dint(i32***, i32, i32)
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Workerdefine fastcc void @init_global_buffers() nounwind {
11*9880d681SAndroid Build Coastguard Workerentry:
12*9880d681SAndroid Build Coastguard Worker	%tmp151 = tail call fastcc i32 @get_mem2Dint( i32*** getelementptr (%struct.Decoders, %struct.Decoders* @decoders, i32 0, i32 0), i32 16, i32 16 )		; <i32> [#uses=1]
13*9880d681SAndroid Build Coastguard Worker	%tmp158 = tail call i8* @calloc( i32 0, i32 4 )		; <i8*> [#uses=0]
14*9880d681SAndroid Build Coastguard Worker	br i1 false, label %cond_true166, label %bb190.preheader
15*9880d681SAndroid Build Coastguard Worker
16*9880d681SAndroid Build Coastguard Workerbb190.preheader:		; preds = %entry
17*9880d681SAndroid Build Coastguard Worker	%memory_size.3555 = add i32 0, %tmp151		; <i32> [#uses=0]
18*9880d681SAndroid Build Coastguard Worker	unreachable
19*9880d681SAndroid Build Coastguard Worker
20*9880d681SAndroid Build Coastguard Workercond_true166:		; preds = %entry
21*9880d681SAndroid Build Coastguard Worker	unreachable
22*9880d681SAndroid Build Coastguard Worker}
23