diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/longlong-deadload.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/longlong-deadload.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/longlong-deadload.ll b/llvm/test/CodeGen/X86/longlong-deadload.ll index 01888f07306..4166b0f204e 100644 --- a/llvm/test/CodeGen/X86/longlong-deadload.ll +++ b/llvm/test/CodeGen/X86/longlong-deadload.ll @@ -4,7 +4,7 @@ define void @test(i64* %P) nounwind { ; CHECK-LABEL: test: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl (%eax), %ecx ; CHECK-NEXT: xorl $1, %ecx |