mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -2867,7 +2867,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
|
|||||||
// Make sure not to substitute an upwards-exposed use -- that would
|
// Make sure not to substitute an upwards-exposed use -- that would
|
||||||
// introduce a use of `tmpI' with no preceding def. Therefore,
|
// introduce a use of `tmpI' with no preceding def. Therefore,
|
||||||
// substitute a use or def-and-use operand only if a previous def
|
// 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,
|
numSubst += mvec[i]->substituteValue(dest, tmpI,
|
||||||
/*defsOnly*/ numSubst == 0,
|
/*defsOnly*/ numSubst == 0,
|
||||||
|
Reference in New Issue
Block a user