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)
commit4c91d590d55ed9d022cc605ca35ff70c0e56e186
tree16bf53b0af184e7b3c777268e31da662581833aa
parent982005c23e3eda78eacdbf75fb5a09b39d5ad7d9
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.

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