diff options
Diffstat (limited to 'test/torture-s/950512-1.c.s')
-rw-r--r-- | test/torture-s/950512-1.c.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/torture-s/950512-1.c.s b/test/torture-s/950512-1.c.s index fbd68f688..b033b8e44 100644 --- a/test/torture-s/950512-1.c.s +++ b/test/torture-s/950512-1.c.s @@ -12,6 +12,7 @@ f1: # @f1 i32.const $push0=, 2147483646 i32.select $push2=, $0, $pop1, $pop0 return $pop2 + .endfunc .Lfunc_end0: .size f1, .Lfunc_end0-f1 @@ -27,6 +28,7 @@ f2: # @f2 i64.const $push0=, 9223372036854775806 i64.select $push2=, $0, $pop1, $pop0 return $pop2 + .endfunc .Lfunc_end1: .size f2, .Lfunc_end1-f2 @@ -40,9 +42,10 @@ main: # @main i32.const $push0=, 0 call exit@FUNCTION, $pop0 unreachable + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |