mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 18:26:02 +00:00
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user