mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
892b84007c
commit
af8bc26449
@ -97,7 +97,7 @@ Instruction* MemoryDependenceAnalysis::getCallSiteDependency(CallSite C,
|
||||
BasicBlock::iterator blockBegin = C.getInstruction()->getParent()->begin();
|
||||
BasicBlock::iterator QI = C.getInstruction();
|
||||
|
||||
// If the starting point was specifiy, use it
|
||||
// If the starting point was specified, use it
|
||||
if (start) {
|
||||
QI = start;
|
||||
blockBegin = start->getParent()->begin();
|
||||
|
Loading…
Reference in New Issue
Block a user