Add a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-05-18 23:55:57 +00:00
parent 360026f07f
commit 57aaa0b264

View File

@ -2679,6 +2679,7 @@ void LSRInstance::FilterOutUndesirableDedicatedRegisters() {
}
}
// Now that we've filtered out some formulae, recompute the Regs set.
if (Any)
LU.RecomputeRegs(LUIdx, RegUses);