mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Fixed spelling of `intentionally'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cb0f4d774
commit
737af827e8
@ -193,9 +193,9 @@ static unsigned getFirstFixedBitInSequence(std::vector<Record*>::iterator IB,
|
||||
}
|
||||
|
||||
// ParseMachineCode - Try to split the vector of instructions (which is
|
||||
// intentially taken by-copy) in half, narrowing down the possible instructions
|
||||
// that we may have found. Eventually, this list will get pared down to zero or
|
||||
// one instruction, in which case we have a match or failure.
|
||||
// intentionally taken by-copy) in half, narrowing down the possible
|
||||
// instructions that we may have found. Eventually, this list will get pared
|
||||
// down to zero or one instruction, in which case we have a match or failure.
|
||||
//
|
||||
static Record *ParseMachineCode(std::vector<Record*>::iterator InstsB,
|
||||
std::vector<Record*>::iterator InstsE,
|
||||
|
@ -193,9 +193,9 @@ static unsigned getFirstFixedBitInSequence(std::vector<Record*>::iterator IB,
|
||||
}
|
||||
|
||||
// ParseMachineCode - Try to split the vector of instructions (which is
|
||||
// intentially taken by-copy) in half, narrowing down the possible instructions
|
||||
// that we may have found. Eventually, this list will get pared down to zero or
|
||||
// one instruction, in which case we have a match or failure.
|
||||
// intentionally taken by-copy) in half, narrowing down the possible
|
||||
// instructions that we may have found. Eventually, this list will get pared
|
||||
// down to zero or one instruction, in which case we have a match or failure.
|
||||
//
|
||||
static Record *ParseMachineCode(std::vector<Record*>::iterator InstsB,
|
||||
std::vector<Record*>::iterator InstsE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user