mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
256baa4b1f
commit
e70909b8c9
@ -4380,7 +4380,7 @@ void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To,
|
||||
assert(From != To.getNode() && "Cannot replace uses of with self");
|
||||
|
||||
// Iterate over all the existing uses of From. This specifically avoids
|
||||
// visiting any new uses of From that arrise while the replacement is
|
||||
// visiting any new uses of From that arise while the replacement is
|
||||
// happening, because any such uses would be the result of CSE: If an
|
||||
// existing node looks like From after one of its operands is replaced
|
||||
// by To, we don't want to replace of all its users with To too.
|
||||
|
Loading…
x
Reference in New Issue
Block a user