diff options
Diffstat (limited to 'test/torture-s/20001101.c.s')
-rw-r--r-- | test/torture-s/20001101.c.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/torture-s/20001101.c.s b/test/torture-s/20001101.c.s index 343ab33f5..d1942c067 100644 --- a/test/torture-s/20001101.c.s +++ b/test/torture-s/20001101.c.s @@ -11,29 +11,29 @@ dummy: # @dummy i32.const $push1=, 7 i32.store $discard=, 0($1), $pop1 return $0 -func_end0: - .size dummy, func_end0-dummy +.Lfunc_end0: + .size dummy, .Lfunc_end0-dummy .globl bogus .type bogus,@function bogus: # @bogus .param i32, i32, i32 # BB#0: # %if.end5 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, 0($0) i32.const $push1=, 1 i32.or $push2=, $pop0, $pop1 i32.store8 $discard=, 0($0), $pop2 i32.const $push3=, 7 i32.ne $push4=, $1, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end8 return -BB1_2: # %if.then7 +.LBB1_2: # %if.then7 call abort unreachable -func_end1: - .size bogus, func_end1-bogus +.Lfunc_end1: + .size bogus, .Lfunc_end1-bogus .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " |