From: Sanjay Patel Date: Tue, 4 Nov 2014 16:09:50 +0000 (+0000) Subject: fix typo in comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f1ab807a2b2dbec6581af2c55eaf70642474b4e0;p=oota-llvm.git fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221273 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ValueTracking.cpp b/lib/Analysis/ValueTracking.cpp index 141f2e812e8..4774a8bcd4a 100644 --- a/lib/Analysis/ValueTracking.cpp +++ b/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