[X86] Remove a couple places where we unnecessarily pass 0 to the EmitPriority of...
authorCraig Topper <craig.topper@intel.com>
Wed, 30 Jan 2019 07:33:24 +0000 (07:33 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 30 Jan 2019 07:33:24 +0000 (07:33 +0000)
commit594f76aea26026ca398c85ca646647d39cde311d
treeaa3619dfe11d87833a8cee1eeb9a80f004a1db7f
parent9dfe9b086e9b22dc25b80d2b732f9ccadf8bdebb
[X86] Remove a couple places where we unnecessarily pass 0 to the EmitPriority of some FP instruction aliases. NFC

As far as I can tell we already won't emit these aliases due to an operand count check in the tablegen code. Removing these because I couldn't make sense of the inconsistency between fadd and fmul from reading the code.

I checked the AsmMatcher and AsmWriter files before and after this change and there were no differences.

llvm-svn: 352608
llvm/lib/Target/X86/X86InstrInfo.td