[llvm] r347385 - Test commit: Delete trailing space in comment

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 02:57:23 PST 2018


Author: nikic
Date: Wed Nov 21 02:57:22 2018
New Revision: 347385

URL: http://llvm.org/viewvc/llvm-project?rev=347385&view=rev
Log:
Test commit: Delete trailing space in comment

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp?rev=347385&r1=347384&r2=347385&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp Wed Nov 21 02:57:22 2018
@@ -2723,7 +2723,7 @@ SDValue DAGTypeLegalizer::WidenVecRes_St
   // The Chain is the first operand.
   InOps.push_back(N->getOperand(0));
 
-  // Now process the remaining operands. 
+  // Now process the remaining operands.
   for (unsigned i = 1; i < NumOpers; ++i) {
     SDValue Oper = N->getOperand(i);
 




More information about the llvm-commits mailing list