diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_arith-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_arith-4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/widen_arith-4.ll b/llvm/test/CodeGen/X86/widen_arith-4.ll index 987c32009e3..e3e2b1d1fb5 100644 --- a/llvm/test/CodeGen/X86/widen_arith-4.ll +++ b/llvm/test/CodeGen/X86/widen_arith-4.ll @@ -5,7 +5,7 @@ define void @update(<5 x i16>* %dst, <5 x i16>* %src, i32 %n) nounwind { ; CHECK-LABEL: update: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: movq %rdi, -{{[0-9]+}}(%rsp) ; CHECK-NEXT: movq %rsi, -{{[0-9]+}}(%rsp) ; CHECK-NEXT: movl %edx, -{{[0-9]+}}(%rsp) @@ -34,7 +34,7 @@ define void @update(<5 x i16>* %dst, <5 x i16>* %src, i32 %n) nounwind { ; CHECK-NEXT: movl -{{[0-9]+}}(%rsp), %eax ; CHECK-NEXT: cmpl -{{[0-9]+}}(%rsp), %eax ; CHECK-NEXT: jl .LBB0_2 -; CHECK-NEXT: # BB#3: # %afterfor +; CHECK-NEXT: # %bb.3: # %afterfor ; CHECK-NEXT: retq entry: %dst.addr = alloca <5 x i16>* |