From: Sanjay Patel Date: Tue, 4 Nov 2014 16:09:50 +0000 (+0000) Subject: fix typo in comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=547e9752ff983885a850fdae8a49b8f32a4b2fff;p=platform%2Fupstream%2Fllvm.git fix typo in comment llvm-svn: 221273 --- diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp index 141f2e8..4774a8b 100644 --- a/llvm/lib/Analysis/ValueTracking.cpp +++ b/llvm/lib/Analysis/ValueTracking.cpp @@ -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