diff options
Diffstat (limited to 'test/torture-s/pr57829.c.s')
-rw-r--r-- | test/torture-s/pr57829.c.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/torture-s/pr57829.c.s b/test/torture-s/pr57829.c.s index 86dd37627..afc1128d2 100644 --- a/test/torture-s/pr57829.c.s +++ b/test/torture-s/pr57829.c.s @@ -15,6 +15,7 @@ f1: # @f1 i32.const $push4=, 2 i32.or $push5=, $pop3, $pop4 return $pop5 + .endfunc .Lfunc_end0: .size f1, .Lfunc_end0-f1 @@ -33,6 +34,7 @@ f2: # @f2 i32.const $push4=, 2 i32.or $push5=, $pop3, $pop4 return $pop5 + .endfunc .Lfunc_end1: .size f2, .Lfunc_end1-f2 @@ -53,6 +55,7 @@ f3: # @f3 i32.const $push6=, 4 i32.or $push7=, $pop5, $pop6 return $pop7 + .endfunc .Lfunc_end2: .size f3, .Lfunc_end2-f3 @@ -92,9 +95,10 @@ main: # @main end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end3: .size main, .Lfunc_end3-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |