diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-31 04:16:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-31 04:16:08 +0000 |
commit | 21ec2b4769e9f3561530ceeddf71334a0576651d (patch) | |
tree | 511245b00f4af07729c24f0592b8c4d226a30e62 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | |
parent | a10fff51d9d6bdf99676dd432fa5c528b83c51bd (diff) | |
download | bcm5719-llvm-21ec2b4769e9f3561530ceeddf71334a0576651d.tar.gz bcm5719-llvm-21ec2b4769e9f3561530ceeddf71334a0576651d.zip |
update a couple of references to SSARegMap.
llvm-svn: 45468
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index ce0707423e6..f506b3ebfba 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -606,7 +606,7 @@ void ScheduleDAG::EmitSubregNode(SDNode *Node, SubIdx = cast<ConstantSDNode>(Node->getOperand(2))->getValue(); } - // TODO: Add tracking info to SSARegMap of which vregs are subregs + // TODO: Add tracking info to MachineRegisterInfo of which vregs are subregs // to allow coalescing in the allocator // If the node is only used by a CopyToReg and the dest reg is a vreg, use |