Author: Fraser Cormack Date: 2021-01-06T11:27:44Z New Revision: 6e6e24bb09c7845bfa89772527d30cea36ebf19b
URL: https://github.com/llvm/llvm-project/commit/6e6e24bb09c7845bfa89772527d30cea36ebf19b DIFF: https://github.com/llvm/llvm-project/commit/6e6e24bb09c7845bfa89772527d30cea36ebf19b.diff LOG: [ValueTypes] Fix formatting on scalable vector warning (NFC) Added: Modified: llvm/include/llvm/CodeGen/ValueTypes.h Removed: ################################################################################ diff --git a/llvm/include/llvm/CodeGen/ValueTypes.h b/llvm/include/llvm/CodeGen/ValueTypes.h index a03ec010f0477..888b83d6f736f 100644 --- a/llvm/include/llvm/CodeGen/ValueTypes.h +++ b/llvm/include/llvm/CodeGen/ValueTypes.h @@ -303,7 +303,7 @@ namespace llvm { if (isScalableVector()) WithColor::warning() << "Possible incorrect use of EVT::getVectorNumElements() for " - "scalable vector. Scalable flag may be dropped, use" + "scalable vector. Scalable flag may be dropped, use " "EVT::getVectorElementCount() instead\n"; #endif if (isSimple()) _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits