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/SimpleRegisterCoalescing.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/SimpleRegisterCoalescing.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp index da8b39fb2d0..d48e1f9bafa 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -1410,8 +1410,8 @@ bool SimpleRegisterCoalescing::runOnMachineFunction(MachineFunction &fn) { (*I)->eraseFromParent(); } - // Transfer sub-registers info to SSARegMap now that coalescing information - // is complete. + // Transfer sub-registers info to MachineRegisterInfo now that coalescing + // information is complete. RegSubIdxMap.grow(RegInfo.getLastVirtReg()+1); while (!SubRegIdxes.empty()) { std::pair<unsigned, unsigned> RI = SubRegIdxes.back(); |

