mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3438,7 +3438,7 @@ static bool ExtendUsesToFormExtLoad(SDNode *N, SDValue N0,
|
|||||||
}
|
}
|
||||||
if (BothLiveOut)
|
if (BothLiveOut)
|
||||||
// Both unextended and extended values are live out. There had better be
|
// Both unextended and extended values are live out. There had better be
|
||||||
// good a reason for the transformation.
|
// a good reason for the transformation.
|
||||||
return ExtendNodes.size();
|
return ExtendNodes.size();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user