diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/slow-unaligned-mem.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/slow-unaligned-mem.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/slow-unaligned-mem.ll b/llvm/test/CodeGen/X86/slow-unaligned-mem.ll index 8251eb324a7..a3a21892339 100644 --- a/llvm/test/CodeGen/X86/slow-unaligned-mem.ll +++ b/llvm/test/CodeGen/X86/slow-unaligned-mem.ll @@ -64,7 +64,7 @@ define void @store_zeros(i8* %a) { ; SLOW-NOT: not a recognized processor ; SLOW-LABEL: store_zeros: -; SLOW: # BB#0: +; SLOW: # %bb.0: ; SLOW-NEXT: movl ; SLOW-NEXT: movl ; SLOW-NEXT: movl @@ -85,7 +85,7 @@ define void @store_zeros(i8* %a) { ; ; FAST-NOT: not a recognized processor ; FAST-LABEL: store_zeros: -; FAST: # BB#0: +; FAST: # %bb.0: ; FAST-NEXT: movl {{[0-9]+}}(%esp), %eax ; FAST-NOT: movl call void @llvm.memset.p0i8.i64(i8* %a, i8 0, i64 64, i32 1, i1 false) |