| .text |
| .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20621-1.c" |
| .section .text.foo,"ax",@progbits |
| .hidden foo |
| .globl foo |
| .type foo,@function |
| foo: # @foo |
| .param i32, i32 |
| .result i32 |
| # BB#0: # %entry |
| i32.const $push0=, 2 |
| i32.shl $push1=, $1, $pop0 |
| i32.add $push2=, $0, $pop1 |
| i32.load $push3=, 0($pop2) |
| # fallthrough-return: $pop3 |
| .endfunc |
| .Lfunc_end0: |
| .size foo, .Lfunc_end0-foo |
| |
| .section .text.main,"ax",@progbits |
| .hidden main |
| .globl main |
| .type main,@function |
| main: # @main |
| .result i32 |
| # BB#0: # %entry |
| i32.const $push0=, 0 |
| i32.load $push2=, gb+4($pop0) |
| i32.const $push4=, 0 |
| i32.load $push1=, gb($pop4) |
| i32.add $push3=, $pop2, $pop1 |
| # fallthrough-return: $pop3 |
| .endfunc |
| .Lfunc_end1: |
| .size main, .Lfunc_end1-main |
| |
| .hidden gb # @gb |
| .type gb,@object |
| .section .bss.gb,"aw",@nobits |
| .globl gb |
| .p2align 2 |
| gb: |
| .skip 65536 |
| .size gb, 65536 |
| |
| |
| .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" |