llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 23:23:44 +0000 (23:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 23:23:44 +0000 (23:23 +0000)
commit1095f2ae261d231a63d329b0ebbf6eaf566ff429
tree029d6ab65f30cc1de380f9fd5cc1dda6e1d430eb
parentc98077ba4277fb38d7b1496df964dfbf2dcc4c57
llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')

We now match all of 403.gcc (as emitted by clang). :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78750 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/x86_instructions.s
utils/TableGen/AsmMatcherEmitter.cpp