diff options
Diffstat (limited to 'test/torture-s/struct-aliasing-1.c.s')
-rw-r--r-- | test/torture-s/struct-aliasing-1.c.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/torture-s/struct-aliasing-1.c.s b/test/torture-s/struct-aliasing-1.c.s index 9255db25d..5d343bfc5 100644 --- a/test/torture-s/struct-aliasing-1.c.s +++ b/test/torture-s/struct-aliasing-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.load $push1=, 0($1) i32.add $push2=, $pop1, $2 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -32,12 +32,12 @@ main: # @main i32.add $3=, $5, $3 i32.const $4=, 12 i32.add $4=, $5, $4 - block BB1_2 + block .LBB1_2 i32.call $push2=, foo, $3, $4 i32.const $push0=, 1 i32.store $push1=, 12($5), $pop0 i32.ne $push3=, $pop2, $pop1 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 i32.const $2=, 16 @@ -45,11 +45,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $5=, 0($2), $5 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " |