diff options
Diffstat (limited to 'test/CodeGen/X86/vec_insert-7.ll')
| -rw-r--r-- | test/CodeGen/X86/vec_insert-7.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/vec_insert-7.ll b/test/CodeGen/X86/vec_insert-7.ll index 02db6e6d87517..bfced4b3877d2 100644 --- a/test/CodeGen/X86/vec_insert-7.ll +++ b/test/CodeGen/X86/vec_insert-7.ll @@ -2,12 +2,12 @@ ; RUN: llc < %s -mtriple=i686-apple-darwin9 -mattr=+mmx,+sse4.2 | FileCheck %s --check-prefix=X32 ; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=+mmx,+sse4.2 | FileCheck %s --check-prefix=X64 -; MMX insertelement is not available; these are promoted to XMM. +; MMX insertelement is not available; these are promoted to xmm. ; (Without SSE they are split to two ints, and the code is much better.) define x86_mmx @mmx_movzl(x86_mmx %x) nounwind { ; X32-LABEL: mmx_movzl: -; X32: ## BB#0: +; X32: ## %bb.0: ; X32-NEXT: subl $20, %esp ; X32-NEXT: movq %mm0, {{[0-9]+}}(%esp) ; X32-NEXT: pmovzxdq {{.*#+}} xmm0 = mem[0],zero,mem[1],zero @@ -21,7 +21,7 @@ define x86_mmx @mmx_movzl(x86_mmx %x) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: mmx_movzl: -; X64: ## BB#0: +; X64: ## %bb.0: ; X64-NEXT: movdq2q %xmm0, %mm0 ; X64-NEXT: movq %mm0, -{{[0-9]+}}(%rsp) ; X64-NEXT: pmovzxdq {{.*#+}} xmm1 = mem[0],zero,mem[1],zero |
