diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_insert-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_insert-4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_insert-4.ll b/llvm/test/CodeGen/X86/vec_insert-4.ll index aebac7f9d44..674abbc39f7 100644 --- a/llvm/test/CodeGen/X86/vec_insert-4.ll +++ b/llvm/test/CodeGen/X86/vec_insert-4.ll @@ -4,7 +4,7 @@ define <8 x float> @f(<8 x float> %a, i32 %b) nounwind { ; X32-LABEL: f: -; X32: ## BB#0: ## %entry +; X32: ## %bb.0: ## %entry ; X32-NEXT: pushl %ebp ; X32-NEXT: movl %esp, %ebp ; X32-NEXT: andl $-32, %esp @@ -21,7 +21,7 @@ define <8 x float> @f(<8 x float> %a, i32 %b) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: f: -; X64: ## BB#0: ## %entry +; X64: ## %bb.0: ## %entry ; X64-NEXT: pushq %rbp ; X64-NEXT: movq %rsp, %rbp ; X64-NEXT: andq $-32, %rsp |