| .text |
| .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41917.c" |
| .section .text.main,"ax",@progbits |
| .hidden main |
| .globl main |
| .type main,@function |
| main: # @main |
| .result i32 |
| # BB#0: # %entry |
| block |
| i32.const $push3=, -942519458 |
| i32.const $push7=, 0 |
| i32.load $push0=, a($pop7) |
| i32.const $push1=, -2 |
| i32.or $push2=, $pop0, $pop1 |
| i32.rem_u $push4=, $pop3, $pop2 |
| i32.const $push6=, -942519458 |
| i32.ne $push5=, $pop4, $pop6 |
| br_if 0, $pop5 # 0: down to label0 |
| # BB#1: # %if.end |
| i32.const $push8=, 0 |
| return $pop8 |
| .LBB0_2: # %if.then |
| end_block # label0: |
| call abort@FUNCTION |
| unreachable |
| .endfunc |
| .Lfunc_end0: |
| .size main, .Lfunc_end0-main |
| |
| .hidden a # @a |
| .type a,@object |
| .section .data.a,"aw",@progbits |
| .globl a |
| .p2align 2 |
| a: |
| .int32 1 # 0x1 |
| .size a, 4 |
| |
| |
| .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" |
| .functype abort, void |