forked from OSchip/llvm-project
[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:
parent
fa54e56d84
commit
d294b92dba
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue