diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-11-04 16:09:50 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-11-04 16:09:50 +0000 |
commit | 547e9752ff983885a850fdae8a49b8f32a4b2fff (patch) | |
tree | 21b939e36679bf7588e3d14c1302c190f1b4190d | |
parent | ddf9767a496b28f3ffe6e91b760011204ec42624 (diff) | |
download | bcm5719-llvm-547e9752ff983885a850fdae8a49b8f32a4b2fff.tar.gz bcm5719-llvm-547e9752ff983885a850fdae8a49b8f32a4b2fff.zip |
fix typo in comment
llvm-svn: 221273
-rw-r--r-- | llvm/lib/Analysis/ValueTracking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp index 141f2e812e8..4774a8bcd4a 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 |