[llvm] 4640223 - [MCA] Fix a spelling mistake in a comment. NFC

Greg Bedwell via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 03:08:07 PDT 2019


Author: Greg Bedwell
Date: 2019-10-27T10:06:22Z
New Revision: 4640223ebdba8bde8448c66ea3c19bf54de84693

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

LOG: [MCA] Fix a spelling mistake in a comment. NFC

Added: 
    

Modified: 
    llvm/lib/MCA/InstrBuilder.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/MCA/InstrBuilder.cpp b/llvm/lib/MCA/InstrBuilder.cpp
index bd28c733535c..c137f1da8a44 100644
--- a/llvm/lib/MCA/InstrBuilder.cpp
+++ b/llvm/lib/MCA/InstrBuilder.cpp
@@ -302,7 +302,7 @@ void InstrBuilder::populateWrites(InstrDesc &ID, const MCInst &MCI,
   unsigned NumVariadicOps = MCI.getNumOperands() - MCDesc.getNumOperands();
   ID.Writes.resize(TotalDefs + NumVariadicOps);
   // Iterate over the operands list, and skip non-register operands.
-  // The first NumExplictDefs register operands are expected to be register
+  // The first NumExplicitDefs register operands are expected to be register
   // definitions.
   unsigned CurrentDef = 0;
   unsigned i = 0;


        


More information about the llvm-commits mailing list