mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e9785ed8a
commit
dfffba6a83
@ -251,7 +251,7 @@ bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
|
|||||||
if (SuccToSinkTo->isLandingPad())
|
if (SuccToSinkTo->isLandingPad())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// If is not possible to sink an instruction into its own block. This can
|
// It is not possible to sink an instruction into its own block. This can
|
||||||
// happen with loops.
|
// happen with loops.
|
||||||
if (MI->getParent() == SuccToSinkTo)
|
if (MI->getParent() == SuccToSinkTo)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user