diff options
Diffstat (limited to 'test/torture-s/builtin-prefetch-1.c.s')
-rw-r--r-- | test/torture-s/builtin-prefetch-1.c.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/torture-s/builtin-prefetch-1.c.s b/test/torture-s/builtin-prefetch-1.c.s index b636c46e6..6df2a54c8 100644 --- a/test/torture-s/builtin-prefetch-1.c.s +++ b/test/torture-s/builtin-prefetch-1.c.s @@ -6,7 +6,7 @@ .type good_const,@function good_const: # @good_const .param i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end0: @@ -18,7 +18,7 @@ good_const: # @good_const .type good_enum,@function good_enum: # @good_enum .param i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end1: @@ -30,7 +30,7 @@ good_enum: # @good_enum .type good_expr,@function good_expr: # @good_expr .param i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end2: @@ -42,7 +42,7 @@ good_expr: # @good_expr .type good_vararg,@function good_vararg: # @good_vararg .param i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end3: @@ -54,7 +54,7 @@ good_vararg: # @good_vararg .type main,@function main: # @main .result i32 -# BB#0: # %entry +# %bb.0: # %entry i32.const $push0=, arr call good_const@FUNCTION, $pop0 i32.const $push2=, arr @@ -76,5 +76,5 @@ arr: .size arr, 40 - .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)" + .ident "clang version 7.0.0 (https://llvm.googlesource.com/clang.git 1f874ca3c3f27c2149b6b33ca4a5966b3577280d) (https://llvm.googlesource.com/llvm.git 2e4bd2aa729dd2c33cdca2b39c971c675e914001)" .functype exit, void, i32 |