[llvm-mca] Remove a stale TODO comment. NFC

Starting from revision r344334, we can now describe optimizable
register-register moves in the machine scheduling models.

llvm-svn: 344797
This commit is contained in:
Andrea Di Biagio 2018-10-19 18:39:29 +00:00
parent fa54e56d84
commit d294b92dba
1 changed files with 0 additions and 2 deletions

View File

@ -342,8 +342,6 @@ class Instruction {
// This field is set for instructions that are candidates for move
// elimination. For more information about move elimination, see the
// definition of RegisterMappingTracker in RegisterFile.h
//
// TODO: Teach subtargets how to describe optimizable register moves.
bool IsOptimizableMove;
using UniqueDef = std::unique_ptr<WriteState>;