diff options
Diffstat (limited to 'test/torture-s/loop-ivopts-1.c.s')
-rw-r--r-- | test/torture-s/loop-ivopts-1.c.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/torture-s/loop-ivopts-1.c.s b/test/torture-s/loop-ivopts-1.c.s index 3a7aefd72..9e6e99c9b 100644 --- a/test/torture-s/loop-ivopts-1.c.s +++ b/test/torture-s/loop-ivopts-1.c.s @@ -14,6 +14,7 @@ main: # @main i64.const $push1=, 4803089003686395904 i64.store $discard=, foo.tmp($0), $pop1 return $0 + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -40,11 +41,12 @@ foo: # @foo i64.shr_u $push7=, $pop5, $pop6 i64.store32 $discard=, 12($0), $pop7 return + .endfunc .Lfunc_end1: .size foo, .Lfunc_end1-foo .type foo.tmp,@object # @foo.tmp .lcomm foo.tmp,16,4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |