[llvm] de690a6 - [VE][NFC] Correct comment

Kazushi Marukawa via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 03:25:16 PDT 2022


Author: Kazushi (Jam) Marukawa
Date: 2022-07-01T19:24:57+09:00
New Revision: de690a643895aca8daf0499a63194019ca0e8316

URL: https://github.com/llvm/llvm-project/commit/de690a643895aca8daf0499a63194019ca0e8316
DIFF: https://github.com/llvm/llvm-project/commit/de690a643895aca8daf0499a63194019ca0e8316.diff

LOG: [VE][NFC] Correct comment

Added: 
    

Modified: 
    llvm/lib/Target/VE/VEISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/VE/VEISelLowering.cpp b/llvm/lib/Target/VE/VEISelLowering.cpp
index 63d48971c292a..2eea65033870d 100644
--- a/llvm/lib/Target/VE/VEISelLowering.cpp
+++ b/llvm/lib/Target/VE/VEISelLowering.cpp
@@ -1583,9 +1583,9 @@ SDValue VETargetLowering::lowerVAARG(SDValue Op, SelectionDAG &DAG) const {
   SDValue NextPtr;
 
   if (VT == MVT::f128) {
-    // VE f128 values must be stored with 16 bytes alignment.  We doesn't
+    // VE f128 values must be stored with 16 bytes alignment.  We don't
     // know the actual alignment of VAList, so we take alignment of it
-    // dyanmically.
+    // dynamically.
     int Align = 16;
     VAList = DAG.getNode(ISD::ADD, DL, PtrVT, VAList,
                          DAG.getConstant(Align - 1, DL, PtrVT));


        


More information about the llvm-commits mailing list