[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:
Jonas Paulsson 2017-04-07 12:11:41 +00:00
parent fed80723c0
commit 16100c637e
1 changed files with 0 additions and 2 deletions

View File

@ -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();