1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

fix typo in comment

llvm-svn: 221273
This commit is contained in:
Sanjay Patel 2014-11-04 16:09:50 +00:00
parent 4c15b1d1d8
commit 645461083d

View File

@ -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