| .text |
| .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020328-1.c" |
| .section .text.func,"ax",@progbits |
| .hidden func |
| .globl func |
| .type func,@function |
| func: # @func |
| .result i32 |
| .local i32 |
| # BB#0: # %entry |
| copy_local $push0=, $0 |
| # fallthrough-return: $pop0 |
| .endfunc |
| .Lfunc_end0: |
| .size func, .Lfunc_end0-func |
| |
| .section .text.testit,"ax",@progbits |
| .hidden testit |
| .globl testit |
| .type testit,@function |
| testit: # @testit |
| .param i32 |
| # BB#0: # %entry |
| block |
| i32.const $push0=, 20 |
| i32.ne $push1=, $0, $pop0 |
| br_if 0, $pop1 # 0: down to label0 |
| # BB#1: # %if.end |
| return |
| .LBB1_2: # %if.then |
| end_block # label0: |
| call abort@FUNCTION |
| unreachable |
| .endfunc |
| .Lfunc_end1: |
| .size testit, .Lfunc_end1-testit |
| |
| .section .text.main,"ax",@progbits |
| .hidden main |
| .globl main |
| .type main,@function |
| main: # @main |
| .result i32 |
| # BB#0: # %entry |
| i32.const $push0=, 0 |
| call exit@FUNCTION, $pop0 |
| unreachable |
| .endfunc |
| .Lfunc_end2: |
| .size main, .Lfunc_end2-main |
| |
| .hidden b # @b |
| .type b,@object |
| .section .bss.b,"aw",@nobits |
| .globl b |
| .p2align 2 |
| b: |
| .int32 0 # 0x0 |
| .size b, 4 |
| |
| |
| .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" |
| .functype abort, void |
| .functype exit, void, i32 |