X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste
authorReid Kleckner <reid@kleckner.net>
Wed, 30 Jul 2014 22:23:11 +0000 (22:23 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 30 Jul 2014 22:23:11 +0000 (22:23 +0000)
commit7b1e1a0d8e7d6c51f59c93323ec1c1aaa96a6dae
tree6b96e23a0ac383e5939e2494ba53edd45e84c8a4
parent31dd2c125f67fb81a0631a79bce4ea25ac37a2e6
X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste

This works towards making the Intel syntax asm matcher use a completely
different disambiguation strategy.

No functional change.

llvm-svn: 214352
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp