mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91ad59d75e
commit
79333da2bb
@ -2867,7 +2867,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
|
||||
// Make sure not to substitute an upwards-exposed use -- that would
|
||||
// introduce a use of `tmpI' with no preceding def. Therefore,
|
||||
// substitute a use or def-and-use operand only if a previous def
|
||||
// operand has already been substituted (i.e., numSusbt > 0).
|
||||
// operand has already been substituted (i.e., numSubst > 0).
|
||||
//
|
||||
numSubst += mvec[i]->substituteValue(dest, tmpI,
|
||||
/*defsOnly*/ numSubst == 0,
|
||||
|
Loading…
Reference in New Issue
Block a user