[llvm] r343296 - Test commit. NFC.
Owen Rodley via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 21:51:46 PDT 2018
Author: orodley
Date: Thu Sep 27 21:51:45 2018
New Revision: 343296
URL: http://llvm.org/viewvc/llvm-project?rev=343296&view=rev
Log:
Test commit. NFC.
Modified:
llvm/trunk/tools/llvm-mca/llvm-mca.cpp
Modified: llvm/trunk/tools/llvm-mca/llvm-mca.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/llvm-mca.cpp?rev=343296&r1=343295&r2=343296&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/llvm-mca.cpp (original)
+++ llvm/trunk/tools/llvm-mca/llvm-mca.cpp Thu Sep 27 21:51:45 2018
@@ -214,7 +214,7 @@ public:
// Skip spaces and tabs
unsigned Position = Comment.find_first_not_of(" \t");
if (Position >= Comment.size())
- // we reached the end of the comment. Bail out.
+ // We reached the end of the comment. Bail out.
return;
Comment = Comment.drop_front(Position);
More information about the llvm-commits
mailing list