[llvm] r322099 - Test commit

Matthew Voss via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 09:52:00 PST 2018


Author: ormris
Date: Tue Jan  9 09:52:00 2018
New Revision: 322099

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

This is a commit to test commit access.

Modified:
    llvm/trunk/lib/IR/DiagnosticInfo.cpp

Modified: llvm/trunk/lib/IR/DiagnosticInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/DiagnosticInfo.cpp?rev=322099&r1=322098&r2=322099&view=diff
==============================================================================
--- llvm/trunk/lib/IR/DiagnosticInfo.cpp (original)
+++ llvm/trunk/lib/IR/DiagnosticInfo.cpp Tue Jan  9 09:52:00 2018
@@ -144,7 +144,7 @@ DiagnosticInfoOptimizationBase::Argument
   else if (auto *I = dyn_cast<Instruction>(V))
     Loc = I->getDebugLoc();
 
-  // Only include names that correspond to user variables.  FIXME: we should use
+  // Only include names that correspond to user variables.  FIXME: We should use
   // debug info if available to get the name of the user variable.
   if (isa<llvm::Argument>(V) || isa<GlobalValue>(V))
     Val = GlobalValue::dropLLVMManglingEscape(V->getName());




More information about the llvm-commits mailing list