diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/TruncAssertSext.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/TruncAssertSext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/TruncAssertSext.ll b/llvm/test/CodeGen/X86/TruncAssertSext.ll index d4f9a5d4873..9ab7622ef9d 100644 --- a/llvm/test/CodeGen/X86/TruncAssertSext.ll +++ b/llvm/test/CodeGen/X86/TruncAssertSext.ll @@ -6,7 +6,7 @@ define i64 @main(i64 %a) { ; CHECK-LABEL: main: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: orq $-2, %rdi ; CHECK-NEXT: movl %edi, %eax ; CHECK-NEXT: retq |