diff options
Diffstat (limited to 'test/torture-s/builtin-prefetch-5.c.s')
-rw-r--r-- | test/torture-s/builtin-prefetch-5.c.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/torture-s/builtin-prefetch-5.c.s b/test/torture-s/builtin-prefetch-5.c.s index 27cb5e511..d70343adb 100644 --- a/test/torture-s/builtin-prefetch-5.c.s +++ b/test/torture-s/builtin-prefetch-5.c.s @@ -6,7 +6,7 @@ .type arg_ptr,@function arg_ptr: # @arg_ptr .param i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end0: @@ -18,7 +18,7 @@ arg_ptr: # @arg_ptr .type arg_idx,@function arg_idx: # @arg_idx .param i32, i32 -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end1: @@ -29,7 +29,7 @@ arg_idx: # @arg_idx .globl glob_ptr .type glob_ptr,@function glob_ptr: # @glob_ptr -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end2: @@ -40,7 +40,7 @@ glob_ptr: # @glob_ptr .globl glob_idx .type glob_idx,@function glob_idx: # @glob_idx -# BB#0: # %entry +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end3: @@ -52,7 +52,7 @@ glob_idx: # @glob_idx .type main,@function main: # @main .result i32 -# BB#0: # %entry +# %bb.0: # %entry i32.const $push1=, 0 i32.const $push0=, 3 i32.store idx($pop1), $pop0 @@ -109,5 +109,5 @@ s: .size s, 12 - .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 |