diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_insert-8.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_insert-8.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/vec_insert-8.ll b/llvm/test/CodeGen/X86/vec_insert-8.ll index 5f80225a24d..71585474969 100644 --- a/llvm/test/CodeGen/X86/vec_insert-8.ll +++ b/llvm/test/CodeGen/X86/vec_insert-8.ll @@ -6,7 +6,7 @@ define <4 x i32> @var_insert(<4 x i32> %x, i32 %val, i32 %idx) nounwind { ; X32-LABEL: var_insert: -; X32: # BB#0: # %entry +; X32: # %bb.0: # %entry ; X32-NEXT: pushl %ebp ; X32-NEXT: movl %esp, %ebp ; X32-NEXT: andl $-16, %esp @@ -22,7 +22,7 @@ define <4 x i32> @var_insert(<4 x i32> %x, i32 %val, i32 %idx) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: var_insert: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: # kill: %esi<def> %esi<kill> %rsi<def> ; X64-NEXT: movaps %xmm0, -{{[0-9]+}}(%rsp) ; X64-NEXT: andl $3, %esi @@ -36,7 +36,7 @@ entry: define i32 @var_extract(<4 x i32> %x, i32 %idx) nounwind { ; X32-LABEL: var_extract: -; X32: # BB#0: # %entry +; X32: # %bb.0: # %entry ; X32-NEXT: pushl %ebp ; X32-NEXT: movl %esp, %ebp ; X32-NEXT: andl $-16, %esp @@ -50,7 +50,7 @@ define i32 @var_extract(<4 x i32> %x, i32 %idx) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: var_extract: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: # kill: %edi<def> %edi<kill> %rdi<def> ; X64-NEXT: movaps %xmm0, -{{[0-9]+}}(%rsp) ; X64-NEXT: andl $3, %edi |