OSDN Git Service

fix an encoding mismatch where "sal %eax, 1" was not using the short encoding
authorChris Lattner <sabre@nondot.org>
Sat, 30 Oct 2010 18:13:10 +0000 (18:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Oct 2010 18:13:10 +0000 (18:13 +0000)
commit1a1ecc9f3c2684249bd765d1299302d629aaf4fe
tree17d4a42e0031ca30e45114298a055ca2dc053c86
parent8b260a76445762f109cc8cf6577435c4cc59e3aa
fix an encoding mismatch where "sal %eax, 1" was not using the short encoding
for shl.  Caught by inspection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/x86-32.s