[NFC] Simply update a FIXME comment
authorQiu Chaofan <qiucofan@cn.ibm.com>
Sun, 15 Aug 2021 14:43:46 +0000 (22:43 +0800)
committerQiu Chaofan <qiucofan@cn.ibm.com>
Sun, 15 Aug 2021 14:43:46 +0000 (22:43 +0800)
X86 overrided LowerOperationWrapper was moved to common implementation
in a7eae62.

llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp

index ebe3bfc..c298221 100644 (file)
@@ -538,8 +538,8 @@ SDValue VectorLegalizer::LegalizeOp(SDValue Op) {
   return RecursivelyLegalizeResults(Op, ResultVals);
 }
 
-// FIXME: This is very similar to the X86 override of
-// TargetLowering::LowerOperationWrapper. Can we merge them somehow?
+// FIXME: This is very similar to TargetLowering::LowerOperationWrapper. Can we
+// merge them somehow?
 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node,
                                             SmallVectorImpl<SDValue> &Results) {
   SDValue Res = TLI.LowerOperation(SDValue(Node, 0), DAG);