[llvm] r221273 - fix typo in comment

Sanjay Patel spatel at rotateright.com
Tue Nov 4 08:09:51 PST 2014


Author: spatel
Date: Tue Nov  4 10:09:50 2014
New Revision: 221273

URL: http://llvm.org/viewvc/llvm-project?rev=221273&view=rev
Log:
fix typo in comment

Modified:
    llvm/trunk/lib/Analysis/ValueTracking.cpp

Modified: llvm/trunk/lib/Analysis/ValueTracking.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ValueTracking.cpp?rev=221273&r1=221272&r2=221273&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ValueTracking.cpp (original)
+++ llvm/trunk/lib/Analysis/ValueTracking.cpp Tue Nov  4 10:09:50 2014
@@ -80,7 +80,7 @@ struct Query {
 };
 } // end anonymous namespace
 
-// Given the provided Value and, potentially, a context instruction, returned
+// Given the provided Value and, potentially, a context instruction, return
 // the preferred context instruction (if any).
 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) {
   // If we've been provided with a context instruction, then use that (provided





More information about the llvm-commits mailing list