diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_arith-5.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_arith-5.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/widen_arith-5.ll b/llvm/test/CodeGen/X86/widen_arith-5.ll index 005c2a41be4..b76895503ba 100644 --- a/llvm/test/CodeGen/X86/widen_arith-5.ll +++ b/llvm/test/CodeGen/X86/widen_arith-5.ll @@ -5,7 +5,7 @@ define void @update(<3 x i32>* %dst, <3 x i32>* %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) @@ -33,7 +33,7 @@ define void @update(<3 x i32>* %dst, <3 x i32>* %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 <3 x i32>* |