OSDN Git Service

Recognize "bswapq" as an alternate spelling for the bswap instruction.
authorDan Gohman <gohman@apple.com>
Tue, 17 Mar 2009 02:17:27 +0000 (02:17 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 17 Mar 2009 02:17:27 +0000 (02:17 +0000)
commitd73566609ea050ab73e0a3cda1c3840fd1a3d8fb
treedd025b94952e654edc92ecfa9180f8e5d22befcc
parentc39b80fdfc606f5df118288f4fc6b5e9c0b5ee41
Recognize "bswapq" as an alternate spelling for the bswap instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
test/CodeGen/X86/bswap-inline-asm.ll [new file with mode: 0644]