[llvm-branch-commits] [llvm] 6e6e24b - [ValueTypes] Fix formatting on scalable vector warning (NFC)

Fraser Cormack via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jan 6 03:38:58 PST 2021


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


        


More information about the llvm-branch-commits mailing list