Removed SSE lane blend findCommutedOpIndices overrides. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 31 Jan 2015 15:16:30 +0000 (15:16 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 31 Jan 2015 15:16:30 +0000 (15:16 +0000)
commit43fbaada8e125aba721f101701a0e1ee50969579
tree72704f1a6aa658a0c5f78b64684d64b6fe3a02ce
parent9c76b4746984200b141483b276a4b27956d8132e
Removed SSE lane blend findCommutedOpIndices overrides. NFCI.

The default op indices frmo TargetInstrInfo::findCommutedOpIndices are being commuted so we don't need to do this.

llvm-svn: 227689
llvm/lib/Target/X86/X86InstrInfo.cpp