1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[LSR][NFC] Remove a stale comment.

The comment was made stale in r171735.

llvm-svn: 235414
This commit is contained in:
Sanjoy Das 2015-04-21 20:42:50 +00:00
parent 8bc0dcc184
commit bcc5cadeec

View File

@ -1383,9 +1383,6 @@ static bool isAMCompletelyFolded(const TargetTransformInfo &TTI,
case LSRUse::Address:
return TTI.isLegalAddressingMode(AccessTy, BaseGV, BaseOffset, HasBaseReg, Scale);
// Otherwise, just guess that reg+reg addressing is legal.
//return ;
case LSRUse::ICmpZero:
// There's not even a target hook for querying whether it would be legal to
// fold a GV into an ICmp.