diff options
Diffstat (limited to 'test/torture-s/20050316-2.c.s')
-rw-r--r-- | test/torture-s/20050316-2.c.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/torture-s/20050316-2.c.s b/test/torture-s/20050316-2.c.s index 281ad28c8..87146aa26 100644 --- a/test/torture-s/20050316-2.c.s +++ b/test/torture-s/20050316-2.c.s @@ -16,6 +16,7 @@ test1: # @test1 i64.shl $push3=, $pop1, $pop2 i64.or $push6=, $pop5, $pop3 return $pop6 + .endfunc .Lfunc_end0: .size test1, .Lfunc_end0-test1 @@ -35,6 +36,7 @@ test2: # @test2 i64.shl $push3=, $pop1, $pop2 i64.or $push6=, $pop5, $pop3 return $pop6 + .endfunc .Lfunc_end1: .size test2, .Lfunc_end1-test2 @@ -52,6 +54,7 @@ test3: # @test3 i64.shl $push2=, $pop0, $pop1 i64.or $push4=, $pop3, $pop2 return $pop4 + .endfunc .Lfunc_end2: .size test3, .Lfunc_end2-test3 @@ -64,9 +67,10 @@ main: # @main # BB#0: # %if.end33 i32.const $push0=, 0 return $pop0 + .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 |