summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2017-04-07 12:11:41 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2017-04-07 12:11:41 +0000
commit16100c637ee238b4a0372b379ac31374fd9c1e24 (patch)
tree240f452a6cf941d3679ef42a60e6b2e0a229e4fd /llvm/lib
parentfed80723c0e8dad5afce6d0c2e329d09eaec3aa9 (diff)
downloadbcm5719-llvm-16100c637ee238b4a0372b379ac31374fd9c1e24.tar.gz
bcm5719-llvm-16100c637ee238b4a0372b379ac31374fd9c1e24.zip
[SystemZ] Remove confusing comment in combineEXTRACT_VECTOR_ELT()
It isn't just one-element vectors that can appear here. llvm-svn: 299762
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index 2db35eabe63..7f0cb11dc35 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();
OpenPOWER on IntegriCloud