diff options
Diffstat (limited to 'test/torture-s/builtin-constant.c.s')
-rw-r--r-- | test/torture-s/builtin-constant.c.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/torture-s/builtin-constant.c.s b/test/torture-s/builtin-constant.c.s index 4b2922560..30e7daeb8 100644 --- a/test/torture-s/builtin-constant.c.s +++ b/test/torture-s/builtin-constant.c.s @@ -5,18 +5,18 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.load8_u $push0=, 0($0) i32.const $push1=, 48 i32.eq $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %entry call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " |