diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/bswap-rotate.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bswap-rotate.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/bswap-rotate.ll b/llvm/test/CodeGen/X86/bswap-rotate.ll index f686febe564..62798ba67e2 100644 --- a/llvm/test/CodeGen/X86/bswap-rotate.ll +++ b/llvm/test/CodeGen/X86/bswap-rotate.ll @@ -7,13 +7,13 @@ define i16 @combine_bswap_rotate(i16 %a0) { ; X86-LABEL: combine_bswap_rotate: -; X86: # BB#0: +; X86: # %bb.0: ; X86-NEXT: movzwl {{[0-9]+}}(%esp), %eax ; X86-NEXT: rolw $9, %ax ; X86-NEXT: retl ; ; X64-LABEL: combine_bswap_rotate: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: rolw $9, %di ; X64-NEXT: movl %edi, %eax ; X64-NEXT: retq |