X86: disable printing of bare "mov" aliases
authorTim Northover <tnorthover@apple.com>
Fri, 16 May 2014 09:41:26 +0000 (09:41 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 16 May 2014 09:41:26 +0000 (09:41 +0000)
commit5d25da20e18405fffff2b7879ed92002cc6039e0
treec059c6c3b4af0f4ea9d0cd08bb4c5f1c21a55f81
parent78a667d085427c8a1e3db9e235f98a09372bdd21
X86: disable printing of bare "mov" aliases

In AT&T syntax, we should probably print the full "movl" or "movw". TableGen
used to ignore these aliases because it was miscounting the number of operands.
This fixes the issue.

This will be tested when the TableGen "should I print this Alias"
heuristic is fixed (very soon).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td