forked from OSchip/llvm-project
[SystemZ] Remove confusing comment in combineEXTRACT_VECTOR_ELT()
It isn't just one-element vectors that can appear here. llvm-svn: 299762
This commit is contained in:
parent
fed80723c0
commit
16100c637e
|
@ -5001,8 +5001,6 @@ SDValue SystemZTargetLowering::combineSTORE(
|
|||
SDValue SystemZTargetLowering::combineEXTRACT_VECTOR_ELT(
|
||||
SDNode *N, DAGCombinerInfo &DCI) const {
|
||||
|
||||
// <1 x ..> vectors may be present in the function even without vector
|
||||
// support, which will be handled during legalization.
|
||||
if (!Subtarget.hasVector())
|
||||
return SDValue();
|
||||
|
||||
|
|
Loading…
Reference in New Issue