From: Jonas Paulsson Date: Fri, 7 Apr 2017 12:11:41 +0000 (+0000) Subject: [SystemZ] Remove confusing comment in combineEXTRACT_VECTOR_ELT() X-Git-Tag: llvmorg-5.0.0-rc1~8235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16100c637ee238b4a0372b379ac31374fd9c1e24;p=platform%2Fupstream%2Fllvm.git [SystemZ] Remove confusing comment in combineEXTRACT_VECTOR_ELT() It isn't just one-element vectors that can appear here. llvm-svn: 299762 --- diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index 2db35eabe630..7f0cb11dc352 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -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();