diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr34139.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr34139.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr34139.ll b/llvm/test/CodeGen/X86/pr34139.ll index 0aea3fcfdba..e5c7c5be654 100644 --- a/llvm/test/CodeGen/X86/pr34139.ll +++ b/llvm/test/CodeGen/X86/pr34139.ll @@ -3,7 +3,7 @@ define void @f_f(<16 x double>* %ptr) { ; CHECK-LABEL: f_f: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: vpcmpeqd %xmm0, %xmm0, %xmm0 ; CHECK-NEXT: vmovdqa %xmm0, (%rax) store <16 x i8> <i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1>, <16 x i8>* undef |