[X86][NFC]Remove dead code in X86ISelLowering.cpp
authorWang, Xin10 <xin10.wang@intel.com>
Mon, 27 Mar 2023 01:29:50 +0000 (21:29 -0400)
committerxin10.wang <wangxin8@f90srv19.nh.intel.com>
Mon, 27 Mar 2023 01:30:17 +0000 (21:30 -0400)
commit12e8463b149c5e982942a9af7080521026979141
tree8c2d6c742b18773bfed0f9698139f9ec02b7ca79
parentd02ef707cbdab295aa4b645a068d298bfa85997a
[X86][NFC]Remove dead code in X86ISelLowering.cpp

Look at the code in X86ISelLowering.cpp line 15579, when NumV2Elements == 0,
it has been handled in that scope, and will not move to the line 15612.

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D146790
llvm/lib/Target/X86/X86ISelLowering.cpp