mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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())
|
||||
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.
|
||||
if (MI->getParent() == SuccToSinkTo)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user