OSDN Git Service

[X86] Remove an unnecessary SmallVector that was collecting chains for two SDNode...
authorCraig Topper <craig.topper@intel.com>
Thu, 14 Dec 2017 22:50:10 +0000 (22:50 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 14 Dec 2017 22:50:10 +0000 (22:50 +0000)
commit696d9a21a97ecf88fac2c0a8dd1db0d3c28db671
treed699eeee7d9fa55d14273220006cc030e3cda94f
parent45d0bf280d063a9ae32f4f47c3cb3f376dcbcd24
[X86] Remove an unnecessary SmallVector that was collecting chains for two SDNode's we're still holding SDValues for. NFCI

We can just get the chains from those SDValues to create the TokenFactor.

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