[llvm] r344900 - Test commit: change comment.

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 06:27:50 PDT 2018


Author: petar.avramovic
Date: Mon Oct 22 06:27:50 2018
New Revision: 344900

URL: http://llvm.org/viewvc/llvm-project?rev=344900&view=rev
Log:
Test commit: change comment.

Modified:
    llvm/trunk/lib/Target/Mips/MipsCallLowering.h

Modified: llvm/trunk/lib/Target/Mips/MipsCallLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsCallLowering.h?rev=344900&r1=344899&r2=344900&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsCallLowering.h (original)
+++ llvm/trunk/lib/Target/Mips/MipsCallLowering.h Mon Oct 22 06:27:50 2018
@@ -81,7 +81,7 @@ private:
                                       SmallVectorImpl<T> &ISDArgs) const;
 
   /// Split structures and arrays, save original argument indices since
-  /// Mips calling conv needs info about original argument type.
+  /// Mips calling convention needs info about original argument type.
   void splitToValueTypes(const ArgInfo &OrigArg, unsigned OriginalIndex,
                          SmallVectorImpl<ArgInfo> &SplitArgs,
                          SmallVectorImpl<unsigned> &SplitArgsOrigIndices) const;




More information about the llvm-commits mailing list