mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
[LSR][NFC] Remove a stale comment.
The comment was made stale in r171735. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1383,9 +1383,6 @@ static bool isAMCompletelyFolded(const TargetTransformInfo &TTI,
|
|||||||
case LSRUse::Address:
|
case LSRUse::Address:
|
||||||
return TTI.isLegalAddressingMode(AccessTy, BaseGV, BaseOffset, HasBaseReg, Scale);
|
return TTI.isLegalAddressingMode(AccessTy, BaseGV, BaseOffset, HasBaseReg, Scale);
|
||||||
|
|
||||||
// Otherwise, just guess that reg+reg addressing is legal.
|
|
||||||
//return ;
|
|
||||||
|
|
||||||
case LSRUse::ICmpZero:
|
case LSRUse::ICmpZero:
|
||||||
// There's not even a target hook for querying whether it would be legal to
|
// There's not even a target hook for querying whether it would be legal to
|
||||||
// fold a GV into an ICmp.
|
// fold a GV into an ICmp.
|
||||||
|
|||||||
Reference in New Issue
Block a user