1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-1.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %entry
block
i32.const $push10=, 0
i32.load8_u $push2=, object($pop10):p2align=2
i32.const $push3=, 88
i32.ne $push4=, $pop2, $pop3
br_if 0, $pop4 # 0: down to label0
# BB#1: # %entry
i32.const $push11=, 0
i32.load $push0=, object+4($pop11)
i32.const $push5=, 8
i32.ne $push6=, $pop0, $pop5
br_if 0, $pop6 # 0: down to label0
# BB#2: # %entry
i32.const $push12=, 0
i32.load $push1=, object+8($pop12)
i32.const $push7=, 9
i32.ne $push8=, $pop1, $pop7
br_if 0, $pop8 # 0: down to label0
# BB#3: # %if.end
i32.const $push9=, 0
call exit@FUNCTION, $pop9
unreachable
.LBB0_4: # %if.then
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden object # @object
.type object,@object
.section .data.object,"aw",@progbits
.globl object
.p2align 2
object:
.int8 88 # 0x58
.skip 3
.int32 8 # 0x8
.int32 9 # 0x9
.size object, 12
.ident "clang version 3.9.0 "
|