diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2012-01-11-split-cv.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2012-01-11-split-cv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2012-01-11-split-cv.ll b/llvm/test/CodeGen/X86/2012-01-11-split-cv.ll index 34ec48a0251..c8424fa69aa 100644 --- a/llvm/test/CodeGen/X86/2012-01-11-split-cv.ll +++ b/llvm/test/CodeGen/X86/2012-01-11-split-cv.ll @@ -3,7 +3,7 @@ define void @add18i16(<18 x i16>* nocapture sret %ret, <18 x i16>* %bp) nounwind { ; CHECK-LABEL: add18i16: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %ecx ; CHECK-NEXT: vmovups (%ecx), %ymm0 |