| .text |
| .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-3.c" |
| .section .text.main,"ax",@progbits |
| .hidden main |
| .globl main |
| .type main,@function |
| main: # @main |
| .result i32 |
| .local i32 |
| # BB#0: # %entry |
| i32.const $push5=, 0 |
| i32.const $push2=, 0 |
| i32.load $push3=, __stack_pointer($pop2) |
| i32.const $push4=, 16 |
| i32.sub $push10=, $pop3, $pop4 |
| tee_local $push9=, $0=, $pop10 |
| i32.store __stack_pointer($pop5), $pop9 |
| i32.const $push0=, 0 |
| i32.const $push6=, 12 |
| i32.add $push7=, $0, $pop6 |
| i32.store q($pop0), $pop7 |
| i32.const $push1=, -2147483648 |
| i32.store 12($0), $pop1 |
| i32.const $push8=, 0 |
| call exit@FUNCTION, $pop8 |
| unreachable |
| .endfunc |
| .Lfunc_end0: |
| .size main, .Lfunc_end0-main |
| |
| .hidden q # @q |
| .type q,@object |
| .section .bss.q,"aw",@nobits |
| .globl q |
| .p2align 2 |
| q: |
| .int32 0 |
| .size q, 4 |
| |
| .hidden p # @p |
| .type p,@object |
| .section .bss.p,"aw",@nobits |
| .globl p |
| .p2align 2 |
| p: |
| .int32 0 |
| .size p, 4 |
| |
| |
| .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" |
| .functype exit, void, i32 |